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