mirror of
https://github.com/geerlingguy/ansible-role-apache
synced 2025-01-10 11:50:18 +01:00
Merge pull request #65 from raistlin/raistlin-patch-1
Allow append privileges
This commit is contained in:
commit
00d2287094
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue