Link to LTS version of Zabbix docs (#65604)

Documentation now points to version 4.0
This commit is contained in:
Richlv 2019-12-09 06:46:40 +02:00 committed by Abhijeet Kasurde
parent 7089fa1cd4
commit a56139e792

View file

@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
RETURN = '''
---
hosts:
description: List of Zabbix hosts. See https://www.zabbix.com/documentation/3.4/manual/api/reference/host/get for list of host values.
description: List of Zabbix hosts. See https://www.zabbix.com/documentation/4.0/manual/api/reference/host/get for list of host values.
returned: success
type: dict
sample: [ { "available": "1", "description": "", "disable_until": "0", "error": "", "flags": "0", "groups": ["1"], "host": "Host A", ... } ]