Fix config cleanup for fresh Bookworm installs
This commit is contained in:
parent
a270aad58e
commit
02b35a7842
1 changed files with 4 additions and 1 deletions
|
|
@ -9,8 +9,11 @@
|
|||
|
||||
- name: delete debian defaults
|
||||
file:
|
||||
path: /etc/powerdns/named.conf
|
||||
path: "{{ item }}"
|
||||
state: absent
|
||||
with_list:
|
||||
- /etc/powerdns/named.conf
|
||||
- /etc/powerdns/pdns.d/bind.conf
|
||||
|
||||
- name: copy powerdns config
|
||||
template:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue