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 # execute this role
- name: "install and configure Unbound" - name: "install and configure unbound dns"
hosts: "all" hosts: "all"
serial: 1 serial: 1
become: true become: true
roles: tasks:
- role: "."
# execute role
- name: "install and configure unbound dns"
ansible.builtin.include_role:
name: "."