feat: make role look better
This commit is contained in:
parent
4e13c42f3f
commit
d2800aa0d3
1 changed files with 7 additions and 3 deletions
|
|
@ -1,9 +1,13 @@
|
|||
---
|
||||
|
||||
# execute this role
|
||||
- name: "install and configure Unbound"
|
||||
- name: "install and configure unbound dns"
|
||||
hosts: "all"
|
||||
serial: 1
|
||||
become: true
|
||||
roles:
|
||||
- role: "."
|
||||
tasks:
|
||||
|
||||
# execute role
|
||||
- name: "install and configure unbound dns"
|
||||
ansible.builtin.include_role:
|
||||
name: "."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue