Add 'no_log' for postgres passwords
This commit is contained in:
parent
630377edad
commit
6095d9cef9
1 changed files with 1 additions and 0 deletions
|
@ -69,5 +69,6 @@
|
|||
role: "{{ item.name }}"
|
||||
privs: "{{ item.privs | join(',') }}"
|
||||
obj: "{{ item.database }}"
|
||||
no_log: true
|
||||
loop: "{{ postgresql_users }}"
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue