renamed powerdns folder

This commit is contained in:
2025-08-02 01:40:02 +02:00
parent f6fb2e6c85
commit cb4dbe4c3c
7 changed files with 5 additions and 5 deletions

View File

@@ -2,4 +2,4 @@
- hosts: all
become: true
tasks:
- import_tasks: tasks/powerdns-bullseye/powerdns-backend-mysql.yml
- import_tasks: tasks/powerdns/powerdns-backend-mysql.yml

View File

@@ -8,10 +8,10 @@
when: ansible_facts["lsb"]["codename"] == "bookworm"
- 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-bullseye.yml
- import_tasks: tasks/powerdns/gpg-key.yml
- import_tasks: tasks/powerdns/repositories-authoritative-bullseye.yml
when: ansible_facts["lsb"]["codename"] == "bullseye"
- import_tasks: tasks/powerdns-bullseye/repositories-authoritative-bookworm.yml
- import_tasks: tasks/powerdns/repositories-authoritative-bookworm.yml
when: ansible_facts["lsb"]["codename"] == "bookworm"
- import_tasks: tasks/debian-general/upgrade.yml
- import_tasks: tasks/powerdns-bullseye/powerdns-authoritative.yml
- import_tasks: tasks/powerdns/powerdns-authoritative.yml