From e052286c095abc984a425d19fd82790919ca1038 Mon Sep 17 00:00:00 2001 From: Simon Kelly Date: Mon, 19 Oct 2020 16:19:52 +0200 Subject: [PATCH] add types to docs --- plugins/modules/monitoring/monit.py | 2 ++ 1 file changed, 2 insertions(+) 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