feat: move deps to playbook

Remove galaxy dependencies from role meta and add explicit
include_role tasks in the playbook instead.
This commit is contained in:
Simon Cornet 2026-05-08 15:44:27 +02:00
commit 64934f2f71
2 changed files with 6 additions and 4 deletions

View file

@ -5,7 +5,4 @@ galaxy_info:
description: "install and configure a Zabbix Web server"
license: "MIT"
role_name: "zabbix_web"
dependencies:
- name: "zabbix_prereq"
src: "git+https://gitlab.simoncor.net/ansible/ans-zabbix-prereq.git"
version: "main"
dependencies: []