Revert "temp disable wrong warning relatest to ansible #68106"
continuous-integration/drone/push Build is passing Details

This reverts commit 8312af5b69.
This commit is contained in:
Robert Kaussow 2020-03-22 23:16:44 +01:00
parent 8312af5b69
commit 8b6329a047
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@
loop: "{{ postgres_users + postgres_users_extra }}"
loop_control:
label: "{{ item.name }}"
no_log: False
become: True
become_user: "{{ postgres_user }}"