From f3585baa77892eecdacf9c67d1f1cbb724a2c688 Mon Sep 17 00:00:00 2001 From: Rene Date: Thu, 21 Apr 2022 23:22:00 +0200 Subject: [PATCH] corrected verify command --- 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 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