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, 6 insertions, 0 deletions
diff --git a/roles/space_server/tasks/unbound.yml b/roles/space_server/tasks/unbound.yml
index b11c338..ebac2cb 100644
--- a/roles/space_server/tasks/unbound.yml
+++ b/roles/space_server/tasks/unbound.yml
@@ -12,6 +12,9 @@
template:
src: unbound/unbound.conf.j2
dest: '/etc/unbound/unbound.conf'
+ owner: root
+ group: root
+ mode: 0644
notify:
- restart unbound
@@ -32,5 +35,8 @@
copy:
dest: /etc/resolv.conf
content: "nameserver 127.0.0.1\nnameserver ::1\n"
+ owner: root
+ group: root
+ mode: 0644
# vim: set ts=2 sw=2 et ft=yaml: