feat: use proper prereq role name

This commit is contained in:
Simon Cornet 2025-10-02 17:20:06 +02:00
commit 64fbdec0fc
2 changed files with 2 additions and 2 deletions

View file

@ -7,4 +7,4 @@ galaxy_info:
role_name: "zabbix_agent" role_name: "zabbix_agent"
dependencies: dependencies:
- "ans-zabbix-prereq" - "zabbix_prereq"

View file

@ -1,6 +1,6 @@
--- ---
roles: roles:
- name: "ans-zabbix-prereq" - name: "zabbix_prereq"
src: "https://gitlab.simoncor.net/ansible/ans-zabbix-prereq.git" src: "https://gitlab.simoncor.net/ansible/ans-zabbix-prereq.git"
scm: "git" scm: "git"