mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-09 19:30:18 +01:00
Update users.yml
This commit is contained in:
parent
3d5668fb04
commit
80a2bfd205
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue