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