Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
s4ke committed Jun 1, 2021
1 parent 23e0c47 commit a74651d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/postgres-cluster-hba-config/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
login_unix_socket: "{{ postgresql_cluster_unix_socket_directories[0] }}"
port: "{{ postgresql_cluster_port }}"
state: "present"
no_log: false #"{{ postgres_users_no_log }}"
no_log: "{{ postgres_users_no_log }}"
become: true
register: pgautofailover_monitor_user_creation
become_user: "{{ postgresql_cluster_user }}"
Expand Down

0 comments on commit a74651d

Please sign in to comment.