fix policy
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2019-06-10 15:09:32 +02:00
parent 0b619a71fe
commit b8bf27067f
1 changed files with 1 additions and 1 deletions

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