From b8bf27067fa926b31f9c3c1c02340847812ca24f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 10 Jun 2019 15:09:32 +0200 Subject: [PATCH] fix policy --- tasks/post_tasks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/post_tasks.yml b/tasks/post_tasks.yml index 8d2f644..c739521 100644 --- a/tasks/post_tasks.yml +++ b/tasks/post_tasks.yml @@ -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