mirror of
https://github.com/aljazceru/ansible-role-mysql.git
synced 2025-12-19 10:04: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 }}"
|
||||
priv: "{{ item.priv | default('*.*:USAGE') }}"
|
||||
state: present
|
||||
append_privs: "{{ item.append_privs | default('no') }}"
|
||||
with_items: mysql_users
|
||||
|
||||
Reference in New Issue
Block a user