aboutsummaryrefslogtreecommitdiffstats
path: root/roles/space_server/tasks/unbound.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/space_server/tasks/unbound.yml')
-rw-r--r--roles/space_server/tasks/unbound.yml9
1 files changed, 0 insertions, 9 deletions
diff --git a/roles/space_server/tasks/unbound.yml b/roles/space_server/tasks/unbound.yml
index a3726a0..9b83c98 100644
--- a/roles/space_server/tasks/unbound.yml
+++ b/roles/space_server/tasks/unbound.yml
@@ -1,13 +1,4 @@
---
-- name: Install unbound package
- dnf:
- name:
- - policycoreutils # needed for unbound-keygen.service
- - unbound
- state: present
- tags:
- - packages
-
- name: Configure unbound
template:
dest: '/etc/unbound/unbound.conf'