ansible/changelogs/fragments/50834-50833-zabbix_template-json.yaml

7 lines
455 B
YAML
Raw Normal View History

---
minor_changes:
- zabbix_template - Module no longer requires ``template_name`` to be provided when importing with ``template_json`` option (https://github.com/ansible/ansible/issues/50833)
bugfixes:
- zabbix_template - Fixed cryptic error when ``template_groups`` option wasn't provided (https://github.com/ansible/ansible/issues/50834)
- zabbix_template - Failed template import will no longer leave empty templates configured on Zabbix server