ansible/tasks/powerdns-bullseye/powerdns-authoritative.yml

8 lines
183 B
YAML

---
- name: Ensure PowerDNS authoritative server is installed and updated
ansible.builtin.apt:
update_cache: yes
cache_valid_time: 0
name: pdns-server
state: latest