Skip to content

Commit

Permalink
Merge pull request #372 from diffway/require-dns-root-data-for-unbound
Browse files Browse the repository at this point in the history
Require dns root data for unbound
  • Loading branch information
arodier authored Apr 6, 2024
2 parents f63affe + 7a922ad commit 4aeec09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roles/bootstrap/tasks/install/network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

- name: Install unbound
ansible.builtin.apt:
name: unbound
pkg:
- dns-root-data
- unbound
state: present
tags: network

Expand Down

0 comments on commit 4aeec09

Please sign in to comment.