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 fb412ba commit 7a50d3bCopy full SHA for 7a50d3b
ansible/playbook.yml
@@ -41,8 +41,10 @@
41
when: debpkg_mode or nixpkg_mode or stage2_nix
42
43
- name: Install pgBackRest
44
- import_tasks: tasks/setup-pgbackrest.yml
45
- when: debpkg_mode or nixpkg_mode or stage2_nix
+ import_tasks:
+ file: tasks/setup-pgbackrest.yml
46
+ when:
47
+ - debpkg_mode or nixpkg_mode or stage2_nix
48
49
- name: Install Gotrue
50
import_tasks: tasks/setup-gotrue.yml
0 commit comments