Commit d2800aa0 authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: make role look better

parent 4e13c42f
Loading
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
---

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