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 f550f17 commit cc192d7Copy full SHA for cc192d7
tasks/main.yml
@@ -61,8 +61,8 @@
61
62
- name: Init DB on booted systems
63
when:
64
- - not __postgresql_conf.stat.exists
65
- - __postgresql_is_booted | bool
+ - not __postgresql_conf.stat.exists
+ - __postgresql_is_booted | bool
66
command:
67
cmd: postgresql-setup --initdb
68
creates: "{{ __postgresql_main_conf_file }}"
@@ -72,8 +72,8 @@
72
# out and replace with static values
73
- name: Init DB on non-booted systems
74
75
76
- - not __postgresql_is_booted | bool
+ - not __postgresql_is_booted | bool
77
shell:
78
cmd: |
79
set -euo pipefail
0 commit comments