Skip to content

Commit 2d8ab0b

Browse files
committed
fix: explicitly create on any stage2 build due to nightly change on stage 1
1 parent af04663 commit 2d8ab0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ansible/tasks/setup-postgres.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,7 @@
291291
path: '/run/postgresql'
292292
state: 'directory'
293293
when:
294-
- stage2_nix
295-
- qemu_mode is defined
294+
- stage2_nix or (stage2_nix and qemu_mode is defined)
296295

297296
- name: Restart Postgres Database without Systemd
298297
become: true

0 commit comments

Comments
 (0)