Skip to content

Commit 2b0208f

Browse files
committed
fix(setup-wal-g): remove errant stale task from a bad upstream merge
1 parent 2fbf46d commit 2b0208f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ansible/tasks/setup-wal-g.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,6 @@
6262
path: '/etc/wal-g/config.json'
6363
state: 'touch'
6464

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-
7365
- name: Add script to be run for restore_command
7466
ansible.builtin.template:
7567
dest: '/home/postgres/wal_fetch.sh'

0 commit comments

Comments
 (0)