diff --git a/roles/nameserver/tasks/install_unbound.yml b/roles/nameserver/tasks/install_unbound.yml index aa5ab6a..e70786c 100644 --- a/roles/nameserver/tasks/install_unbound.yml +++ b/roles/nameserver/tasks/install_unbound.yml @@ -10,5 +10,5 @@ mode: "0644" owner: "root" group: "root" - verify: "unbound-checkconf /etc/unbound/unbound.conf.d/network.conf" + verify: "unbound-checkconf %s" notify: restart_unbound \ No newline at end of file