Skip to content

Commit 7a50d3b

Browse files
jchancojrhunleyd
andauthored
Update ansible/playbook.yml
Co-authored-by: Douglas J Hunley <[email protected]>
1 parent fb412ba commit 7a50d3b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ansible/playbook.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,10 @@
4141
when: debpkg_mode or nixpkg_mode or stage2_nix
4242

4343
- name: Install pgBackRest
44-
import_tasks: tasks/setup-pgbackrest.yml
45-
when: debpkg_mode or nixpkg_mode or stage2_nix
44+
import_tasks:
45+
file: tasks/setup-pgbackrest.yml
46+
when:
47+
- debpkg_mode or nixpkg_mode or stage2_nix
4648

4749
- name: Install Gotrue
4850
import_tasks: tasks/setup-gotrue.yml

0 commit comments

Comments
 (0)