Skip to content

Commit

Permalink
fix users password spitted in the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Feb 8, 2025
1 parent 101de57 commit 19141c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/users_props.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
debug:
msg "Postgresql user {{ item.name }} uses deprecated privileges settings. See https://github.com/geerlingguy/ansible-role-postgresql/issues/254"

Check warning on line 27 in tasks/users_props.yml

View workflow job for this annotation

GitHub Actions / Lint

27:121 [line-length] line too long (148 > 120 characters)
with_items: "{{ postgresql_users }}"
no_log: "{{ postgres_users_no_log }}"
when: item.priv is defined

- name: Ensure PostgreSQL users privileges are configured correctly.
Expand Down

0 comments on commit 19141c7

Please sign in to comment.