mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Improve style and fix typos in the Zabbix module titles and descriptions (#50575)
This commit is contained in:
parent
fc6d85e4cf
commit
9093ca1f3b
8 changed files with 28 additions and 28 deletions
|
@ -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", ... } ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue