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 2b0208f commit d0be984Copy full SHA for d0be984
ansible/tasks/setup-wal-g.yml
@@ -80,7 +80,7 @@
80
- name: Move custom wal-g.conf file to /etc/postgresql-custom/conf.d/wal-g.conf
81
ansible.builtin.copy:
82
dest: '/etc/postgresql-custom/conf.d/wal-g.conf'
83
- group: 'postgresq'
+ group: 'postgres'
84
mode: '0664'
85
owner: 'postgres'
86
src: 'files/postgresql_config/conf.d/wal-g.conf'
0 commit comments