From 1291735caed20010bbf786f039da6b9200c66e7f Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Thu, 2 Oct 2025 17:24:45 +0200 Subject: [PATCH] fix: playbook --- playbook.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/playbook.yaml b/playbook.yaml index f4227a1..df7b768 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -4,9 +4,5 @@ - name: "install and configure the Zabbix Agent" hosts: "all" become: true - tasks: - - # execute role - - name: "install and configure the Zabbix Agent" - ansible.builtin.include_role: - name: "." + roles: + - role: "."