corrected vars

This commit is contained in:
2024-07-22 16:24:10 +02:00
parent 995a13ae82
commit 863b7ec9dc
7 changed files with 89 additions and 89 deletions

View File

@@ -1,11 +1,11 @@
- name: nameserver | powerdns-recursor | install packages
package:
name: "{{ powerdns-recursor_package }}"
name: "{{ powerdns_recursor_package }}"
state: present
- name: nameserver | powerdns-recursor | copy config
template:
src: "powerdns-recursor_network.conf.j2"
src: "powerdns-recursorcustom-config.j2"
dest: "/etc/powerdns/recursor.d/override.conf"
mode: "0644"
owner: "root"