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.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/roles/space_server/tasks/unbound.yml b/roles/space_server/tasks/unbound.yml
index 81199b9..a3726a0 100644
--- a/roles/space_server/tasks/unbound.yml
+++ b/roles/space_server/tasks/unbound.yml
@@ -1,7 +1,9 @@
---
- name: Install unbound package
dnf:
- name: unbound
+ name:
+ - policycoreutils # needed for unbound-keygen.service
+ - unbound
state: present
tags:
- packages
@@ -37,4 +39,4 @@
group: root
mode: 0644
-# vim: set ts=2 sw=2 et ft=yaml:
+# vim: set ts=2 sw=2 et: