Skip to content

Commit f634b88

Browse files
committed
fix(stage2-setup-postgres): when moving stuff around it hekps to move loop_var with it. sigh
1 parent b9ec118 commit f634b88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/tasks/stage2-setup-postgres.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@
9090
- { path: '/usr/lib/postgresql/share/postgresql/timezonesets' }
9191
- { path: '/usr/lib/postgresql/share/postgresql/tsearch_data' }
9292
- { path: '/usr/lib/postgresql/share/postgresql/extension' }
93+
loop_control:
94+
loop_var: 'file_item'
9395

9496
- name: import pgsodium_getkey script
9597
ansible.builtin.template:

0 commit comments

Comments
 (0)