Skip to content

Commit

Permalink
become_user: root
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Dec 21, 2023
1 parent 0df8951 commit 8937521
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/upgrade/tasks/pgbouncer_pause.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@

- name: Check the permissions to the PgBouncer unix socket directory
ansible.builtin.file:
become: true
become_user: root
path: "/var/run/pgbouncer{{ '-%d' % (idx + 1) if idx > 0 else '' }}"
state: directory
owner: postgres
Expand Down

0 comments on commit 8937521

Please sign in to comment.