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:
Timo Makinen 2021-04-28 14:34:33 +00:00
parent 23bfc4b97a
commit 4ab9af9d08

View file

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