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:
parent
a914f494a8
commit
a9aa1053a8
3 changed files with 38 additions and 20 deletions
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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue