From 9b91483e9f59113cde1dd69410e0b12944216e1e Mon Sep 17 00:00:00 2001 From: rene Date: Wed, 23 Mar 2022 19:37:52 +0100 Subject: [PATCH] corrected path --- roles/nameserver/tasks/install_unbound.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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