no_log is a play task
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
671db804b9
commit
c6ba2b8333
1 changed files with 1 additions and 1 deletions
|
@ -23,8 +23,8 @@
|
||||||
service: name=mariadb enabled=yes state=started
|
service: name=mariadb enabled=yes state=started
|
||||||
|
|
||||||
- name: set mariaddb root user password
|
- name: set mariaddb root user password
|
||||||
mysql_user:
|
|
||||||
no_log: True
|
no_log: True
|
||||||
|
mysql_user:
|
||||||
name: root
|
name: root
|
||||||
password: "{{ mariadb_root_password }}"
|
password: "{{ mariadb_root_password }}"
|
||||||
login_unix_socket: /var/lib/mysql/mysql.sock
|
login_unix_socket: /var/lib/mysql/mysql.sock
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue