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

8 lines
183 B
YAML
Raw Normal View History

2022-04-06 12:09:41 +02:00
---
- name: Ensure PowerDNS authoritative server is installed and updated
ansible.builtin.apt:
update_cache: yes
cache_valid_time: 0
name: pdns-server
state: latest