diff --git a/roles/nameserver/tasks/install_unbound.yml b/roles/nameserver/tasks/install_unbound.yml index cf80c65..2b405a5 100644 --- a/roles/nameserver/tasks/install_unbound.yml +++ b/roles/nameserver/tasks/install_unbound.yml @@ -6,7 +6,7 @@ - name: nameserver | unbound | copy config template: src: "unbound_network.conf.j2" - dest: "etc/unbound/unbound.conf.d/network.conf" + dest: "/etc/unbound/unbound.conf.d/network.conf" mode: "0644" owner: "root" group: "root" \ No newline at end of file