Skip to content

Commit 1d62a99

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/setup-pgbackrest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
- 'postgres ALL=(pgbackrest) NOPASSWD: /usr/bin/bash'
3131
- 'postgres ALL=(pgbackrest) NOPASSWD: /usr/bin/nix'
3232
- 'pgbackrest ALL=(pgbackrest) NOPASSWD: /usr/bin/bash'
33-
- 'pgbackrest ALL=(pgbackrest) NOPASSWD: /usr/bin/nix'```
33+
- 'pgbackrest ALL=(pgbackrest) NOPASSWD: /usr/bin/nix'
3434

3535
- name: Install pgBackRest
3636
ansible.builtin.shell: |

0 commit comments

Comments
 (0)