diff --git a/plugins/modules/monitoring/monit.py b/plugins/modules/monitoring/monit.py index b52b221f3e..d789b57abb 100644 --- a/plugins/modules/monitoring/monit.py +++ b/plugins/modules/monitoring/monit.py @@ -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