feat: make role look better

This commit is contained in:
Simon Cornet 2025-10-02 16:21:27 +02:00
commit d2800aa0d3

View file

@ -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: "."