Do not log passwords

This prevents data to be leaked into the callback plugin.

Change-Id: Ic2b88c6442d5a8e76e7f4c7b7ee8686ef0070f5e
(cherry picked from commit 8641a0240c)
This commit is contained in:
Jean-Philippe Evrard 2018-04-11 13:49:00 +02:00
parent 8b9a5141fd
commit 096dab0e1d
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
state: "present"
delegate_to: "{{ groups['galera_all'][0] }}"
run_once: True
no_log: true
- name: Grant access to the DB for the service
mysql_user:
login_user: "root"
@ -37,3 +38,4 @@
- "%"
delegate_to: "{{ groups['galera_all'][0] }}"
run_once: True
no_log: true