From 736a9d1ac8cdb8da66d2c4565b86aca2a95a9ec2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 18 Oct 2018 23:23:41 +0200 Subject: [PATCH] use no_log for postgresql_user --- tasks/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/config.yml b/tasks/config.yml index 9409440..89bbebb 100644 --- a/tasks/config.yml +++ b/tasks/config.yml @@ -33,6 +33,7 @@ login_unix_socket: "{{ item.login_unix_socket | default(postgres_socket_directories[0]) }}" port: "{{ item.port | default(omit) }}" state: "{{ item.state | default('present') }}" + no_log: True with_items: "{{ postgres_users }}" loop_control: label: "{{ item.name }}"