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 2fbf46d commit 2b0208fCopy full SHA for 2b0208f
ansible/tasks/setup-wal-g.yml
@@ -62,14 +62,6 @@
62
path: '/etc/wal-g/config.json'
63
state: 'touch'
64
65
- - name: Move custom wal-g.conf file to /etc/postgresql-custom/wal-g.conf
66
- ansible.builtin.template:
67
- dest: '/etc/postgresql-custom/wal-g.conf'
68
- group: 'postgres'
69
- mode: '0664'
70
- owner: 'postgres'
71
- src: 'files/postgresql_config/custom_walg.conf.j2'
72
-
73
- name: Add script to be run for restore_command
74
ansible.builtin.template:
75
dest: '/home/postgres/wal_fetch.sh'
0 commit comments