From aff7eb9d3bb02220536c8a9bb6137eb37c0224eb Mon Sep 17 00:00:00 2001 From: Simon Kelly Date: Mon, 19 Oct 2020 11:53:55 +0200 Subject: [PATCH] add author --- plugins/modules/monitoring/monit.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/modules/monitoring/monit.py b/plugins/modules/monitoring/monit.py index fd8020b71b..b52b221f3e 100644 --- a/plugins/modules/monitoring/monit.py +++ b/plugins/modules/monitoring/monit.py @@ -12,7 +12,7 @@ DOCUMENTATION = ''' module: monit short_description: Manage the state of a program monitored via Monit description: - - Manage the state of a program monitored via I(Monit) + - Manage the state of a program monitored via I(Monit) options: name: description: @@ -30,7 +30,9 @@ options: Ansible will sleep for five seconds between each check. default: 300 type: int -author: "Darryl Stoflet (@dstoflet)" +author: + - Darryl Stoflet (@dstoflet) + - Simon Kelly (@snopoke) ''' EXAMPLES = '''