mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-09 20:20:31 -07:00
add types to docs
This commit is contained in:
parent
aff7eb9d3b
commit
e052286c09
1 changed files with 2 additions and 0 deletions
|
@ -18,11 +18,13 @@ options:
|
|||
description:
|
||||
- The name of the I(monit) program/process to manage
|
||||
required: true
|
||||
type: str
|
||||
state:
|
||||
description:
|
||||
- The state of service
|
||||
required: true
|
||||
choices: [ "present", "started", "stopped", "restarted", "monitored", "unmonitored", "reloaded" ]
|
||||
type: str
|
||||
timeout:
|
||||
description:
|
||||
- If there are pending actions for the service monitored by monit, then Ansible will check
|
||||
|
|
Loading…
Add table
Reference in a new issue