ansible/powerdns-bullseye.yml

13 lines
527 B
YAML

---
- hosts: all
become: true
tasks:
- import_tasks: tasks/debian-general/repositories-bullseye.yml
when: ansible_facts["lsb"]["codename"] == "bullseye"
- import_tasks: tasks/debian-general/upgrade.yml
- import_tasks: tasks/debian-general/gnupg2.yml
- import_tasks: tasks/powerdns-bullseye/gpg-key.yml
- import_tasks: tasks/powerdns-bullseye/repositories-authoritative.yml
- import_tasks: tasks/debian-general/upgrade.yml
- import_tasks: tasks/powerdns-bullseye/powerdns-authoritative.yml