diff --git a/roles/nameserver/tasks/install_powerdns_recursor.yml b/roles/nameserver/tasks/install_powerdns_recursor.yml index 27a1e6e..0564aa6 100644 --- a/roles/nameserver/tasks/install_powerdns_recursor.yml +++ b/roles/nameserver/tasks/install_powerdns_recursor.yml @@ -5,8 +5,8 @@ - name: nameserver | powerdns-recursor | copy config template: - src: "powerdns-recursorcustom-config.j2" - dest: "/etc/powerdns/recursor.d/override.conf" + src: "powerdns-recursor-custom-config.j2" + dest: "/etc/powerdns/recursor.d/010-custom.conf" mode: "0644" owner: "root" group: "root"