Skip to content

Commit 05d3690

Browse files
authored
Merge pull request #271 from gionn/fixup-password-logs
fix users password spitted in the logs
2 parents 3152326 + 107fa67 commit 05d3690

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/users_props.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
debug:
2727
msg: "Postgresql user {{ item.name }} uses deprecated privileges settings. See https://github.com/geerlingguy/ansible-role-postgresql/issues/254"
2828
with_items: "{{ postgresql_users }}"
29+
no_log: "{{ postgres_users_no_log }}"
2930
loop_control:
3031
label: "{{ item.name }}"
3132
when: item.priv is defined

0 commit comments

Comments
 (0)