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