mirror of
https://github.com/aljazceru/ansible-role-mysql.git
synced 2026-01-06 03:04:21 +01:00
Update users.yml
This commit is contained in:
@@ -6,5 +6,5 @@
|
||||
password: "{{ item.password }}"
|
||||
priv: "{{ item.priv | default('*.*:USAGE') }}"
|
||||
state: present
|
||||
append_priv: "{{ item.append_priv | default('no') }}"
|
||||
append_privs: "{{ item.append_privs | default('no') }}"
|
||||
with_items: mysql_users
|
||||
|
||||
Reference in New Issue
Block a user