corrected path

This commit is contained in:
rene
2022-03-23 19:37:52 +01:00
parent fc7edc1c46
commit 9b91483e9f

View File

@@ -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"