zabbix: improve module doc

This commit is contained in:
Rene Moser 2015-05-26 15:34:35 +02:00 committed by Matt Clay
parent 47eab56280
commit b985c4d6a4
3 changed files with 19 additions and 12 deletions

View file

@ -58,12 +58,15 @@ options:
required: true
state:
description:
- 'Possible values are: "present" and "absent". If the macro already exists, and the state is "present", it will just to update the macro if needed.'
- State of the macro.
- On C(present), it will create if macro does not exist or update the macro if the associated data is different.
- On C(absent) will remove a macro if it exists.
required: false
choices: ['present', 'absent']
default: "present"
timeout:
description:
- The timeout of API request(seconds).
- The timeout of API request (seconds).
default: 10
'''