no_log is a play task

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-11-09 23:41:36 +00:00 committed by Pierre-Yves Chibon
parent 671db804b9
commit c6ba2b8333

View file

@ -23,8 +23,8 @@
service: name=mariadb enabled=yes state=started
- name: set mariaddb root user password
no_log: True
mysql_user:
no_log: True
name: root
password: "{{ mariadb_root_password }}"
login_unix_socket: /var/lib/mysql/mysql.sock