Improve style and fix typos in the Zabbix module titles and descriptions (#50575)

This commit is contained in:
Richlv 2019-01-06 02:33:54 +02:00 committed by René Moser
commit 9093ca1f3b
8 changed files with 28 additions and 28 deletions

View file

@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
RETURN = '''
---
hosts:
description: List of Zabbix host. 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/3.4/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", ... } ]