mirror of
https://github.com/aljazceru/ansible-role-mysql.git
synced 2025-12-18 20:24:20 +01:00
Merge pull request #96 from drzraf/patch-1
add no_log to operation on confidential data
This commit is contained in:
@@ -8,3 +8,4 @@
|
|||||||
state: present
|
state: present
|
||||||
append_privs: "{{ item.append_privs | default('no') }}"
|
append_privs: "{{ item.append_privs | default('no') }}"
|
||||||
with_items: "{{ mysql_users }}"
|
with_items: "{{ mysql_users }}"
|
||||||
|
no_log: true
|
||||||
|
|||||||
Reference in New Issue
Block a user