We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6577048 commit 5f58d90Copy full SHA for 5f58d90
automation/roles/pgpass/tasks/main.yml
@@ -2,7 +2,7 @@
2
3
- name: "Configure a password file ({{ postgresql_home_dir }}/.pgpass)"
4
become: true
5
- become_user: postgres
+ become_user: root
6
ansible.builtin.copy:
7
content: |
8
{% for pgpass in postgresql_pgpass %}
0 commit comments