Skip to content

Commit de788ac

Browse files
committed
fix: symlink is no longer needed
1 parent 4fe8cd8 commit de788ac

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ansible/tasks/setup-wal-g.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@
9292
owner: 'postgres'
9393
src: 'files/postgresql_config/custom_walg.conf'
9494

95-
- name: Create symlink for admin-mgr compatibility
96-
ansible.builtin.file:
97-
src: '/etc/postgresql-custom/conf.d/wal-g.conf'
98-
dest: '/etc/postgresql-custom/wal-g.conf'
99-
state: 'link'
100-
owner: 'postgres'
101-
group: 'postgres'
95+
# - name: Create symlink for admin-mgr compatibility
96+
# ansible.builtin.file:
97+
# src: '/etc/postgresql-custom/conf.d/wal-g.conf'
98+
# dest: '/etc/postgresql-custom/wal-g.conf'
99+
# state: 'link'
100+
# owner: 'postgres'
101+
# group: 'postgres'

0 commit comments

Comments
 (0)