Loading playbook.yaml +2 −6 Original line number Diff line number Diff line Loading @@ -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" roles/requirements.yml 0 → 100644 +6 −0 Original line number Diff line number Diff line --- roles: - name: "dns" src: "https://gitlab.simoncor.net/ansible/ans-unbound.git" scm: "git" Loading
playbook.yaml +2 −6 Original line number Diff line number Diff line Loading @@ -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"
roles/requirements.yml 0 → 100644 +6 −0 Original line number Diff line number Diff line --- roles: - name: "dns" src: "https://gitlab.simoncor.net/ansible/ans-unbound.git" scm: "git"