From f1cf439100e355c241b1ffc9fb43bf26522256d5 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 18 Oct 2018 23:13:48 +0200 Subject: [PATCH] re-add force handler --- tasks/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tasks/config.yml b/tasks/config.yml index 6f757ed..9409440 100644 --- a/tasks/config.yml +++ b/tasks/config.yml @@ -16,6 +16,9 @@ become: True become_user: root +- name: Force all notified handlers to activate pg_hba.conf + meta: flush_handlers + - name: Ensure PostgreSQL users are present postgresql_user: name: "{{ item.name }}"