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
|
- name: delete debian defaults
|
||||||
file:
|
file:
|
||||||
path: /etc/powerdns/named.conf
|
path: "{{ item }}"
|
||||||
state: absent
|
state: absent
|
||||||
|
with_list:
|
||||||
|
- /etc/powerdns/named.conf
|
||||||
|
- /etc/powerdns/pdns.d/bind.conf
|
||||||
|
|
||||||
- name: copy powerdns config
|
- name: copy powerdns config
|
||||||
template:
|
template:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue