mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
zabbix_template: fixed idempotency issues (#49188)
This commit is contained in:
committed by
René Moser
parent
a914f494a8
commit
a9aa1053a8
4
changelogs/fragments/48730-zabbix_hostmacro-fixes.yaml
Normal file
4
changelogs/fragments/48730-zabbix_hostmacro-fixes.yaml
Normal 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)
|
||||
@@ -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)
|
||||
Reference in New Issue
Block a user