mirror of
https://github.com/aljazceru/ansible-role-mysql.git
synced 2025-12-19 11:54:20 +01:00
Merge pull request #65 from raistlin/raistlin-patch-1
Allow append privileges
This commit is contained in:
@@ -6,4 +6,5 @@
|
|||||||
password: "{{ item.password }}"
|
password: "{{ item.password }}"
|
||||||
priv: "{{ item.priv | default('*.*:USAGE') }}"
|
priv: "{{ item.priv | default('*.*:USAGE') }}"
|
||||||
state: present
|
state: present
|
||||||
|
append_privs: "{{ item.append_privs | default('no') }}"
|
||||||
with_items: mysql_users
|
with_items: mysql_users
|
||||||
|
|||||||
Reference in New Issue
Block a user