Skip to content

Commit

Permalink
hide plain-text passwords into execution output into tasks/users.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomas-adacis committed Oct 31, 2023
1 parent f63cc86 commit 3302429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
port: "{{postgresql_port}}"
state: "{{ item.state | default('present') }}"
login_user: "{{postgresql_admin_user}}"
no_log: true
no_log: "{{ postgresql_hide_passwords }}"
become: yes
become_user: "{{postgresql_admin_user}}"
with_items: "{{postgresql_users}}"
Expand Down

0 comments on commit 3302429

Please sign in to comment.