Skip to content

Commit 363701c

Browse files
committed
The 'dns-root-data' package is required for unbound to work, but it has recommended status, so install it just to be sure.
1 parent 01c8176 commit 363701c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

roles/bootstrap/tasks/install/network.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
- name: Install unbound
44
ansible.builtin.apt:
5-
name: unbound
5+
pkg:
6+
- dns-root-data
7+
- unbound
68
state: present
79
tags: network
810

0 commit comments

Comments
 (0)