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 4fe8cd8 commit de788acCopy full SHA for de788ac
ansible/tasks/setup-wal-g.yml
@@ -92,10 +92,10 @@
92
owner: 'postgres'
93
src: 'files/postgresql_config/custom_walg.conf'
94
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'
+ # - name: Create symlink for admin-mgr compatibility
+ # ansible.builtin.file:
+ # src: '/etc/postgresql-custom/conf.d/wal-g.conf'
+ # dest: '/etc/postgresql-custom/wal-g.conf'
+ # state: 'link'
+ # owner: 'postgres'
+ # group: 'postgres'
0 commit comments