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 49c832c commit 5099b3fCopy full SHA for 5099b3f
ansible/tasks/test-image.yml
@@ -40,7 +40,7 @@
40
register: 'pgconf'
41
42
- name: Start Postgres Database to load all extensions.
43
- ansinle.builtin.command:
+ ansible.builtin.command:
44
cmd: /usr/lib/postgresql/bin/pg_ctl -D /var/lib/postgresql/data start "-o -c config_file=/etc/postgresql/postgresql.conf"
45
become: true
46
become_user: 'postgres'
0 commit comments