re-add force handler

This commit is contained in:
Robert Kaussow 2018-10-18 23:13:48 +02:00
parent ad772d3ed3
commit f1cf439100
1 changed files with 3 additions and 0 deletions

View File

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