use no_log for postgresql_user

This commit is contained in:
Robert Kaussow 2018-10-18 23:23:41 +02:00
parent f1cf439100
commit 736a9d1ac8

View File

@ -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 }}"