You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The collection does not support the creation of template groups in Ansible 6.4 right now. When adding templates without a template group, the group becomes mandatory.
ISSUE TYPE
Feature Request
COMPONENT NAME
zabbix_template_group module
ADDITIONAL INFORMATION
The creation of a template group becomes mandatory when adding templates to a special template group that's not the standard one. Template Groups are different than Host Groups which have their own module.
community.zabbix.zabbix_template:
template_name: ExampleHosttemplate_groups:
- Role
- Role2link_templates:
- Example template1
- Example template2macros:
- macro: "{$EXAMPLE_MACRO1}"value: 30000
- macro: "{$EXAMPLE_MACRO2}"value: 3
- macro: "{$EXAMPLE_MACRO3}"value: "Example"state: present
Leads to:
fatal: [ubuntu]: FAILED! => {"changed": false, "msg": "template_groups are required when creating a new Zabbix template"}
Screenshots (6.0 vs 6.4)
The text was updated successfully, but these errors were encountered:
SUMMARY
The collection does not support the creation of template groups in Ansible 6.4 right now. When adding templates without a template group, the group becomes mandatory.
ISSUE TYPE
COMPONENT NAME
zabbix_template_group module
ADDITIONAL INFORMATION
The creation of a template group becomes mandatory when adding templates to a special template group that's not the standard one. Template Groups are different than Host Groups which have their own module.
Leads to:
Screenshots (6.0 vs 6.4)
The text was updated successfully, but these errors were encountered: