From 42e00014c818234bba35b25d898579d264fc8d28 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 22 Oct 2018 22:33:39 +0200 Subject: [PATCH] disable logging for passwords --- tasks/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/config.yml b/tasks/config.yml index 9995394..edce107 100644 --- a/tasks/config.yml +++ b/tasks/config.yml @@ -12,6 +12,9 @@ name: "{{ item.name }}" password: "{{ item.password }}" with_items: "{{ postgres_users }}" + loop_control: + label: "{{ item.name }}" + no_log: True when: item.pam_user | default(False) - name: Setup client authentication