flush handlers so other roles can use all users created by this role
This commit is contained in:
parent
682cfa6259
commit
4a280c06d1
1 changed files with 3 additions and 0 deletions
|
|
@ -31,3 +31,6 @@
|
||||||
become_user: postgres
|
become_user: postgres
|
||||||
become: true
|
become: true
|
||||||
with_dict: "{{ postgresql.users }}"
|
with_dict: "{{ postgresql.users }}"
|
||||||
|
|
||||||
|
- name: flush handlers so postgres is ready before other roles try to use it
|
||||||
|
meta: flush_handlers
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue