fix role name auth-dns -> auth_dns
This commit is contained in:
parent
38cad40790
commit
f9c1db8446
10 changed files with 9 additions and 7 deletions
|
|
@ -1,5 +1,6 @@
|
|||
- tags: [ auth-dns ]
|
||||
name: restart knot
|
||||
---
|
||||
- name: restart knot
|
||||
tags: [ auth-dns ]
|
||||
become: true
|
||||
ansible.builtin.systemd:
|
||||
name: knot.service
|
||||
|
|
@ -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:
|
||||
Loading…
Add table
Add a link
Reference in a new issue