fix policy
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Robert Kaussow 2019-06-10 15:09:32 +02:00
parent 0b619a71fe
commit b8bf27067f

View File

@ -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