We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f63affe + 7a922ad commit 4aeec09Copy full SHA for 4aeec09
roles/bootstrap/tasks/install/network.yml
@@ -2,7 +2,9 @@
2
3
- name: Install unbound
4
ansible.builtin.apt:
5
- name: unbound
+ pkg:
6
+ - dns-root-data
7
+ - unbound
8
state: present
9
tags: network
10
0 commit comments