mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update zabbix.py (#36126)
minor style fixes in module documentation fragment of zabbix
This commit is contained in:
parent
717c7d26b7
commit
b1263c34e8
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ class ModuleDocFragment(object):
|
||||||
options:
|
options:
|
||||||
server_url:
|
server_url:
|
||||||
description:
|
description:
|
||||||
- Url of Zabbix server, with protocol (http or https).
|
- URL of Zabbix server, with protocol (http or https).
|
||||||
C(url) is an alias for C(server_url).
|
C(url) is an alias for C(server_url).
|
||||||
required: true
|
required: true
|
||||||
aliases: [ "url" ]
|
aliases: [ "url" ]
|
||||||
|
@ -49,7 +49,7 @@ options:
|
||||||
version_added: "2.1"
|
version_added: "2.1"
|
||||||
timeout:
|
timeout:
|
||||||
description:
|
description:
|
||||||
- The timeout of API request(seconds).
|
- The timeout of API request (seconds).
|
||||||
default: 10
|
default: 10
|
||||||
validate_certs:
|
validate_certs:
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue