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

14 lines
449 B
YAML

---
- name: Ensure PowerDNS repositories are set up correctly
ansible.builtin.copy:
dest: /etc/apt/sources.list.d/pdns.list
content: |
deb [arch=amd64] http://repo.powerdns.com/debian bullseye-auth-46 main
- name: Ensure PowerDNS repository preferences are set up correctly
ansible.builtin.copy:
dest: /etc/apt/preferences.d/pdns
content: |
Package: pdns-*
Pin: origin repo.powerdns.com
Pin-Priority: 600