Commit fa7e4301 by arbabnazar

reverse the order of tasks to fix docker issue

parent 9d37cb9c
......@@ -12,6 +12,11 @@
state: present
with_items: mysql_debian_pkgs
- name: start mysql
service:
name: mysql
state: started
- name: Ensure Anonymous user(s) does not exist
mysql_user:
name: ''
......@@ -20,8 +25,3 @@
with_items:
- localhost
- "{{ ansible_hostname }}"
- name: start mysql
service:
name: mysql
state: started
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment