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 1007327..e4f575a 100644
--- a/roles/space_server/tasks/unbound.yml
+++ b/roles/space_server/tasks/unbound.yml
@@ -8,8 +8,8 @@
- name: Configure unbound
template:
- src: unbound/unbound.conf.j2
dest: '/etc/unbound/unbound.conf'
+ src: unbound/unbound.conf.j2
owner: root
group: root
mode: 0644
@@ -31,7 +31,7 @@
- name: Use our own resolver
copy:
- dest: /etc/resolv.conf
+ dest: '/etc/resolv.conf'
content: "nameserver 127.0.0.1\nnameserver ::1\n"
owner: root
group: root