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 b9ec118 commit f634b88Copy full SHA for f634b88
ansible/tasks/stage2-setup-postgres.yml
@@ -90,6 +90,8 @@
90
- { path: '/usr/lib/postgresql/share/postgresql/timezonesets' }
91
- { path: '/usr/lib/postgresql/share/postgresql/tsearch_data' }
92
- { path: '/usr/lib/postgresql/share/postgresql/extension' }
93
+ loop_control:
94
+ loop_var: 'file_item'
95
96
- name: import pgsodium_getkey script
97
ansible.builtin.template:
0 commit comments