Run handlers before configuring unbound on dna-gw hosts
Unbound doesn't automatically bind to CARP interfaces but network is not restarted at this stage so force running all handlers.
This commit is contained in:
parent
23bfc4b97a
commit
4ab9af9d08
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@
|
|||
- net.inet.ip.forwarding
|
||||
- net.inet6.ip6.forwarding
|
||||
|
||||
- name: run handlers to get interfaces configured
|
||||
meta: flush_handlers
|
||||
|
||||
- name: copy dns zone files
|
||||
copy:
|
||||
dest: "/var/unbound/db/{{ item }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue