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 478e19f commit b1051bfCopy full SHA for b1051bf
ansible/tasks/setup-pgbackrest.yml
@@ -29,8 +29,6 @@
29
- 'postgres ALL=(pgbackrest) NOPASSWD: /usr/bin/pgbackrest'
30
- 'postgres ALL=(pgbackrest) NOPASSWD: /usr/bin/bash'
31
- 'postgres ALL=(pgbackrest) NOPASSWD: /usr/bin/nix'
32
- - 'pgbackrest ALL=(pgbackrest) NOPASSWD: /usr/bin/bash'
33
- - 'pgbackrest ALL=(pgbackrest) NOPASSWD: /usr/bin/nix'
34
35
- name: Install pgBackRest
36
ansible.builtin.shell: |
0 commit comments