Skip to content
Snippets Groups Projects
Commit 77819ea3 authored by Chris Hines's avatar Chris Hines
Browse files

fix the yaml formating, I suspect ansible became stricter on this this receently

parent eb534e7d
No related branches found
No related tags found
1 merge request!106Fixes
......@@ -37,5 +37,5 @@
- name: "Giving priviliges to user"
mysql_user: name={{ mysql_user_name }} host={{ hostvars[item].ansible_fqdn }} password={{ mysql_user_password }} login_user=root login_password={{ mysql_root_password }} priv={{ mysql_user_db_name }}.*:ALL state=present
with_items: mysql_user_hosts_group
with_items: "{{ mysql_user_hosts_group }}"
when: mysql_user_hosts_group is defined
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment