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