1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-08 19:49:09 +00:00

zabbix_template: fixed idempotency issues (#49188)

This commit is contained in:
Dusan Matejka 2018-11-29 20:38:32 +01:00 committed by René Moser
parent a914f494a8
commit a9aa1053a8
3 changed files with 38 additions and 20 deletions

View file

@ -0,0 +1,4 @@
---
bugfixes:
- zabbix_hostmacro - Added missing validate_certs logic for running module against Zabbix servers with untrused SSL certificates (https://github.com/ansible/ansible/issues/47611)
- zabbix_hostmacro - Fixed support for user macros with context (https://github.com/ansible/ansible/issues/46953)

View file

@ -0,0 +1,3 @@
---
bugfixes:
- zabbix_template - Fixed idempotency of the module when using ``link_templates``, ``macros`` or ``template_json`` options (https://github.com/ansible/ansible/issues/48337)