From 8312af5b695955f0b0b5504465be151e206f9c0e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 22 Mar 2020 22:52:53 +0100 Subject: [PATCH] temp disable wrong warning relatest to ansible #68106 --- tasks/post_tasks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/post_tasks.yml b/tasks/post_tasks.yml index a3bfc7d..9a762d6 100644 --- a/tasks/post_tasks.yml +++ b/tasks/post_tasks.yml @@ -39,6 +39,7 @@ loop: "{{ postgres_users + postgres_users_extra }}" loop_control: label: "{{ item.name }}" + no_log: False become: True become_user: "{{ postgres_user }}"