feat: use proper prereq role name
This commit is contained in:
parent
0ab830a2df
commit
64fbdec0fc
2 changed files with 2 additions and 2 deletions
|
|
@ -7,4 +7,4 @@ galaxy_info:
|
||||||
role_name: "zabbix_agent"
|
role_name: "zabbix_agent"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
- "ans-zabbix-prereq"
|
- "zabbix_prereq"
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue