feat: move stuff around part 3

This commit is contained in:
Simon Cornet 2025-10-03 10:38:46 +02:00
commit c0082d4bc3
12 changed files with 1 additions and 7 deletions

View file

@ -4,12 +4,6 @@
- name: "install and configure the Zabbix Agent"
hosts: "all"
become: true
# execute dependancy playbook
roles:
- role: "zabbix_prereq"
# execute this playbook
tasks:
- include_role:
name: "."
- role: "zabbix_agent"