From d3091f229cfafd68e9795766883f06aed3b4c027 Mon Sep 17 00:00:00 2001 From: Simon Kelly Date: Mon, 19 Oct 2020 11:30:30 +0200 Subject: [PATCH] lint: add type to parameter docs --- plugins/modules/monitoring/monit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/monitoring/monit.py b/plugins/modules/monitoring/monit.py index 3d6dda9944..fd8020b71b 100644 --- a/plugins/modules/monitoring/monit.py +++ b/plugins/modules/monitoring/monit.py @@ -29,6 +29,7 @@ options: for up to this many seconds to verify the requested action has been performed. Ansible will sleep for five seconds between each check. default: 300 + type: int author: "Darryl Stoflet (@dstoflet)" '''