Skip to content

Commit 8ee93d8

Browse files
author
Raphaël Droz
committed
add no_log to operation on confidential data
Without no_log, password would appear in node's syslog. It's probably unwanted when it comes to password
1 parent dab3e1e commit 8ee93d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/users.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
state: present
99
append_privs: "{{ item.append_privs | default('no') }}"
1010
with_items: "{{ mysql_users }}"
11+
no_log: true

0 commit comments

Comments
 (0)