feat: move prereq to dedicated role

This commit is contained in:
Simon Cornet 2025-06-06 17:10:18 +02:00
commit 75226a9c78
5 changed files with 3 additions and 87 deletions

View file

@ -5,4 +5,6 @@ galaxy_info:
description: "install and configure a Zabbix Agent"
license: "MIT"
role_name: "zabbix_agent"
dependencies: []
dependencies:
- name: "zabbix_prereq"
src: "https://gitlab.simoncor.net/ansible/ans-zabbix-agent.git"