diff --git a/roles/nameserver/tasks/install_powerdns_recursor.yml b/roles/nameserver/tasks/install_powerdns_recursor.yml index 4a414bc..396f7f7 100644 --- a/roles/nameserver/tasks/install_powerdns_recursor.yml +++ b/roles/nameserver/tasks/install_powerdns_recursor.yml @@ -10,6 +10,7 @@ mode: "0644" owner: "root" group: "root" + force: no - name: nameserver | powerdns-recursor | disable unbound service: diff --git a/roles/nameserver/tasks/install_unbound.yml b/roles/nameserver/tasks/install_unbound.yml index 3e3061c..1265bd0 100644 --- a/roles/nameserver/tasks/install_unbound.yml +++ b/roles/nameserver/tasks/install_unbound.yml @@ -11,6 +11,7 @@ owner: "root" group: "root" validate: "unbound-checkconf %s" + force: no - name: nameserver | unbound | disable service pdns-resolver service: