Skip to content

Commit cb12bb5

Browse files
committed
fix(stage2-setup-postgres): force overwriting
1 parent c22b0a3 commit cb12bb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/tasks/stage2-setup-postgres.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@
225225

226226
- name: Create symlinks for PG share links into /usr/lib/postgresql/share/postgresql
227227
ansible.builtin.file:
228+
force: true
228229
group: 'postgres'
229230
owner: 'postgres'
230231
path: "/usr/lib/postgresql/share/postgresql/{{ link_item['path'] | basename }}"

0 commit comments

Comments
 (0)