mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
add author
This commit is contained in:
@@ -12,7 +12,7 @@ DOCUMENTATION = '''
|
|||||||
module: monit
|
module: monit
|
||||||
short_description: Manage the state of a program monitored via Monit
|
short_description: Manage the state of a program monitored via Monit
|
||||||
description:
|
description:
|
||||||
- Manage the state of a program monitored via I(Monit)
|
- Manage the state of a program monitored via I(Monit)
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
@@ -30,7 +30,9 @@ options:
|
|||||||
Ansible will sleep for five seconds between each check.
|
Ansible will sleep for five seconds between each check.
|
||||||
default: 300
|
default: 300
|
||||||
type: int
|
type: int
|
||||||
author: "Darryl Stoflet (@dstoflet)"
|
author:
|
||||||
|
- Darryl Stoflet (@dstoflet)
|
||||||
|
- Simon Kelly (@snopoke)
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|||||||
Reference in New Issue
Block a user