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 f7b9c60 commit 1d62a99Copy full SHA for 1d62a99
ansible/tasks/setup-pgbackrest.yml
@@ -30,7 +30,7 @@
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'```
+ - 'pgbackrest ALL=(pgbackrest) NOPASSWD: /usr/bin/nix'
34
35
- name: Install pgBackRest
36
ansible.builtin.shell: |
0 commit comments