From d2800aa0d323be020955ccce3ff62e0da667bbec Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 2 Oct 2025 16:21:27 +0200 Subject: [PATCH] feat: make role look better --- playbook.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/playbook.yaml b/playbook.yaml index c31905d..c9e0690 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -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: "."