Skip to content

Commit d0be984

Browse files
committed
fix(setup-wal-g): s/postgresq/postgres/
1 parent 2b0208f commit d0be984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/setup-wal-g.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
- name: Move custom wal-g.conf file to /etc/postgresql-custom/conf.d/wal-g.conf
8181
ansible.builtin.copy:
8282
dest: '/etc/postgresql-custom/conf.d/wal-g.conf'
83-
group: 'postgresq'
83+
group: 'postgres'
8484
mode: '0664'
8585
owner: 'postgres'
8686
src: 'files/postgresql_config/conf.d/wal-g.conf'

0 commit comments

Comments
 (0)