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 dc709b7 commit f7b9c60Copy full SHA for f7b9c60
ansible/tasks/setup-pgbackrest.yml
@@ -29,6 +29,8 @@
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