feat: use new ansible layout
This commit is contained in:
parent
17ea33e0d4
commit
2ce7e2cc94
2 changed files with 8 additions and 6 deletions
|
|
@ -5,9 +5,5 @@
|
|||
hosts: "all"
|
||||
serial: 1
|
||||
become: true
|
||||
tasks:
|
||||
|
||||
# execute role
|
||||
- name: "install and configure unbound dns"
|
||||
ansible.builtin.include_role:
|
||||
name: "."
|
||||
roles:
|
||||
- role: "dns"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue