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 f0f2a64 commit 49c832cCopy full SHA for 49c832c
ansible/tasks/test-image.yml
@@ -92,6 +92,6 @@
92
93
- name: Restart Postgres Database in stage 2 to load all extensions
94
ansible.builtin.command:
95
- cmd: "/usr/lib/postgresql/bin/pg_ctl --pgdata /var/lib/postgresql/data --mode fast --options '-c config_file=/etc/postgresql/postgresql.conf' stop
+ cmd: /usr/lib/postgresql/bin/pg_ctl --pgdata /var/lib/postgresql/data --mode fast --options '-c config_file=/etc/postgresql/postgresql.conf' stop
96
become: true
97
become_user: 'postgres'
0 commit comments