diff --git a/roles/nameserver/tasks/install_powerdns_server.yml b/roles/nameserver/tasks/install_powerdns_server.yml index c9ed9e4..50fb5bf 100644 --- a/roles/nameserver/tasks/install_powerdns_server.yml +++ b/roles/nameserver/tasks/install_powerdns_server.yml @@ -107,8 +107,6 @@ when: - powerdns_secondary is defined - powerdns_secondary is true - - powerdns_recursor is defined - - powerdns_recursor is true template: src: "powerdns-server-sec-config.j2" dest: "/etc/powerdns/pdns.conf"