zabbix_template: Fixed interactions between options and data within JSON object (#51222)

This commit is contained in:
Dusan Matejka
2019-01-26 13:15:32 +01:00
committed by René Moser
parent a8116497ba
commit 2133f0821a
2 changed files with 24 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
---
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