Add 'no_log' for postgres passwords
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
jeltz 2021-03-10 18:18:08 +01:00
parent 630377edad
commit 6095d9cef9

View file

@ -69,5 +69,6 @@
role: "{{ item.name }}" role: "{{ item.name }}"
privs: "{{ item.privs | join(',') }}" privs: "{{ item.privs | join(',') }}"
obj: "{{ item.database }}" obj: "{{ item.database }}"
no_log: true
loop: "{{ postgresql_users }}" loop: "{{ postgresql_users }}"
... ...