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.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/space_server/tasks/unbound.yml b/roles/space_server/tasks/unbound.yml
index 42db916..a9c4610 100644
--- a/roles/space_server/tasks/unbound.yml
+++ b/roles/space_server/tasks/unbound.yml
@@ -9,8 +9,8 @@
- packages
- name: Configure unbound
- copy:
- src: unbound/unbound.conf
+ template:
+ src: unbound/unbound.conf.j2
dest: '/etc/unbound/unbound.conf'
notify:
- restart unbound