From 2b0c58291cbf433165915055eca753c37ed0a7f3 Mon Sep 17 00:00:00 2001 From: Rene Mewissen Date: Mon, 22 Jul 2024 17:23:56 +0200 Subject: [PATCH] type and new destination --- roles/nameserver/tasks/install_powerdns_recursor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"