Skip to content

Commit f7b9c60

Browse files
authored
Update ansible/tasks/setup-pgbackrest.yml
1 parent dc709b7 commit f7b9c60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/tasks/setup-pgbackrest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
- 'postgres ALL=(pgbackrest) NOPASSWD: /usr/bin/pgbackrest'
3030
- 'postgres ALL=(pgbackrest) NOPASSWD: /usr/bin/bash'
3131
- 'postgres ALL=(pgbackrest) NOPASSWD: /usr/bin/nix'
32+
- 'pgbackrest ALL=(pgbackrest) NOPASSWD: /usr/bin/bash'
33+
- 'pgbackrest ALL=(pgbackrest) NOPASSWD: /usr/bin/nix'```
3234
3335
- name: Install pgBackRest
3436
ansible.builtin.shell: |

0 commit comments

Comments
 (0)