Skip to content

Commit 5e26fde

Browse files
committed
fix: coredumps first
1 parent 63899ee commit 5e26fde

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ansible/tasks/setup-postgres.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
- name: Setup coredump collection
2+
import_tasks: tasks/setup-coredumps.yml
3+
when: stage2_nix
4+
15
- name: Postgres - copy package
26
copy:
37
src: files/postgres/
@@ -170,16 +174,12 @@
170174
import_tasks: tasks/setup-docker.yml
171175
when: debpkg_mode or stage2_nix
172176

177+
173178
#stage 2 postgres tasks
174179
- name: stage2 postgres tasks
175180
import_tasks: tasks/stage2-setup-postgres.yml
176181
when: stage2_nix
177182

178-
# Setup coredump collection for debugging
179-
- name: Setup coredump collection
180-
import_tasks: tasks/setup-coredumps.yml
181-
when: stage2_nix
182-
183183
# init DB
184184
- name: Create directory on data volume
185185
file:

0 commit comments

Comments
 (0)