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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/space_server/tasks/unbound.yml b/roles/space_server/tasks/unbound.yml
index c384635..81199b9 100644
--- a/roles/space_server/tasks/unbound.yml
+++ b/roles/space_server/tasks/unbound.yml
@@ -9,7 +9,7 @@
- name: Configure unbound
template:
dest: '/etc/unbound/unbound.conf'
- src: unbound/unbound.conf.j2
+ src: unbound.conf.j2
owner: root
group: root
mode: 0644