This commit is contained in:
parent
0b619a71fe
commit
b8bf27067f
@ -18,7 +18,7 @@
|
|||||||
state: "{{ item.state | default('present') }}"
|
state: "{{ item.state | default('present') }}"
|
||||||
no_log: True
|
no_log: True
|
||||||
with_items: "{{ postgres_users }}"
|
with_items: "{{ postgres_users }}"
|
||||||
become: true
|
become: True
|
||||||
become_user: "{{ postgres_user }}"
|
become_user: "{{ postgres_user }}"
|
||||||
|
|
||||||
- name: Ensure PostgreSQL is up and running
|
- name: Ensure PostgreSQL is up and running
|
||||||
|
Loading…
Reference in New Issue
Block a user