do not log passwords
This commit is contained in:
parent
4868767146
commit
522b140bd5
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
with_dict: "{{ mariadb.dbs }}"
|
with_dict: "{{ mariadb.dbs }}"
|
||||||
|
|
||||||
- name: create mariadb users
|
- name: create mariadb users
|
||||||
|
no_log: True
|
||||||
mysql_user:
|
mysql_user:
|
||||||
login_unix_socket: /var/run/mysqld/mysqld.sock
|
login_unix_socket: /var/run/mysqld/mysqld.sock
|
||||||
name: "{{ item.key }}"
|
name: "{{ item.key }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue