Skip to content

Commit f72e40f

Browse files
author
maarous
committed
Hide password within checking deprecated privileges settings task
1 parent 101de57 commit f72e40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/users_props.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
- name: Ensure PostgreSQL users do not use deprecated privileges settings
2626
debug:
2727
msg "Postgresql user {{ item.name }} uses deprecated privileges settings. See https://github.com/geerlingguy/ansible-role-postgresql/issues/254"
28-
with_items: "{{ postgresql_users }}"
28+
with_items: "{{ postgresql_users | map('combine', {'password': '***hidden***'}) | list }}"
2929
when: item.priv is defined
3030

3131
- name: Ensure PostgreSQL users privileges are configured correctly.

0 commit comments

Comments
 (0)