re-add force handler
This commit is contained in:
parent
ad772d3ed3
commit
f1cf439100
@ -16,6 +16,9 @@
|
|||||||
become: True
|
become: True
|
||||||
become_user: root
|
become_user: root
|
||||||
|
|
||||||
|
- name: Force all notified handlers to activate pg_hba.conf
|
||||||
|
meta: flush_handlers
|
||||||
|
|
||||||
- name: Ensure PostgreSQL users are present
|
- name: Ensure PostgreSQL users are present
|
||||||
postgresql_user:
|
postgresql_user:
|
||||||
name: "{{ item.name }}"
|
name: "{{ item.name }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user