Skip to content

Commit 49c832c

Browse files
committed
fix(test-image): remove errant double quote
1 parent f0f2a64 commit 49c832c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/tasks/test-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@
9292

9393
- name: Restart Postgres Database in stage 2 to load all extensions
9494
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
95+
cmd: /usr/lib/postgresql/bin/pg_ctl --pgdata /var/lib/postgresql/data --mode fast --options '-c config_file=/etc/postgresql/postgresql.conf' stop
9696
become: true
9797
become_user: 'postgres'

0 commit comments

Comments
 (0)