Merge pull request #65 from raistlin/raistlin-patch-1

Allow append privileges
This commit is contained in:
Jeff Geerling
2015-12-16 14:09:08 -06:00

View File

@@ -6,4 +6,5 @@
password: "{{ item.password }}"
priv: "{{ item.priv | default('*.*:USAGE') }}"
state: present
append_privs: "{{ item.append_privs | default('no') }}"
with_items: mysql_users