From 608c3c0a2f14a806d86f580143acd9e99a1356c5 Mon Sep 17 00:00:00 2001 From: Rene Date: Thu, 21 Apr 2022 23:37:20 +0200 Subject: [PATCH] use correct option --- 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 e70786c..68f6e7e 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 %s" + validate: "unbound-checkconf %s" notify: restart_unbound \ No newline at end of file