mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-30 04:49:09 -07:00
Use semantic markup (modules m-n) (#6679)
* Use semantic markup. * Use option instead of alias. * Simplify. * Fix/improve nagios docs.
This commit is contained in:
parent
c694abbdf9
commit
b271dba4bf
24 changed files with 263 additions and 259 deletions
|
@ -14,7 +14,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 Monit.
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
|
@ -25,7 +25,7 @@ attributes:
|
|||
options:
|
||||
name:
|
||||
description:
|
||||
- The name of the I(monit) program/process to manage.
|
||||
- The name of the C(monit) program/process to manage.
|
||||
required: true
|
||||
type: str
|
||||
state:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue