Skip to content

Commit 4aeec09

Browse files
authored
Merge pull request #372 from diffway/require-dns-root-data-for-unbound
Require dns root data for unbound
2 parents f63affe + 7a922ad commit 4aeec09

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)