fix role name auth-dns -> auth_dns
Some checks failed
/ Ansible Lint (push) Failing after 2m32s
/ Ansible Lint (pull_request) Failing after 2m32s

This commit is contained in:
lilly 2026-04-30 22:53:07 +02:00
commit f9c1db8446
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
10 changed files with 9 additions and 7 deletions

View file

@ -105,4 +105,4 @@
- name: Setup authoritative dns servers
hosts: auth-dns
roles:
- auth-dns
- auth_dns

View file

@ -1,5 +1,6 @@
- tags: [ auth-dns ]
name: restart knot
---
- name: restart knot
tags: [ auth-dns ]
become: true
ansible.builtin.systemd:
name: knot.service

View file

@ -1,5 +1,6 @@
- tags: [ auth-dns ]
name: Ensure required directories exist
---
- name: Ensure required directories exist
tags: [ auth-dns ]
become: true
loop: [ "/etc/knot", "/etc/knot/zones" ]
ansible.builtin.file:
@ -9,8 +10,8 @@
group: knot
mode: u=rwx,g=rx,o=
- tags: [ auth-dns ]
name: Deploy knot configuration file
- name: Deploy knot configuration file
tags: [ auth-dns ]
become: true
notify: restart knot
ansible.builtin.template: