mirror of https://github.com/ansible/ansible.git
Fix zabbix_host for Zabbix Server versions < 3.0 (#38665)
The tls_* parameters are not present in Zabbix Server versions prior to 3.0. Thus the API response does not contain these keys and the zabbix_host module failed. This commit adds checks if the parameters are present in the API response and otherwise just completely ignores these parameters. The documentation already states that they are not supported for Zabbix Server versions below 3.0.pull/38793/merge
parent
354aa8d602
commit
0ea7329553
Loading…
Reference in New Issue