forked from ISTI-ansible-roles/ansible-roles
Install dnsutils to ensure dig is available.
This commit is contained in:
parent
447dcebc5f
commit
5d2b5e6f1c
|
@ -3,7 +3,7 @@ unbound_pkgs:
|
||||||
- unbound
|
- unbound
|
||||||
- unbound-anchor
|
- unbound-anchor
|
||||||
- unbound-host
|
- unbound-host
|
||||||
- dig
|
- dnsutils
|
||||||
|
|
||||||
unbound_interfaces:
|
unbound_interfaces:
|
||||||
- '0.0.0.0'
|
- '0.0.0.0'
|
||||||
|
|
Loading…
Reference in New Issue