mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
[PR #10443/6d675469 backport][stable-11] doc style adjustments: modules [no]* (#10454)
doc style adjustments: modules [no]* (#10443)
* doc style adjustments: modules n*
* doc style adjustments: modules o*
* Apply suggestions from code review
* Apply suggestions from code review
---------
(cherry picked from commit 6d67546902)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -89,7 +89,7 @@ options:
|
||||
required: true
|
||||
ports:
|
||||
description:
|
||||
- Array of ports that will be monitoring.
|
||||
- Array of ports that are to be monitored.
|
||||
type: list
|
||||
elements: dict
|
||||
default: []
|
||||
@@ -114,7 +114,7 @@ options:
|
||||
required: true
|
||||
processes:
|
||||
description:
|
||||
- Array of processes that will be monitoring.
|
||||
- Array of processes that are to be monitored.
|
||||
type: list
|
||||
elements: dict
|
||||
default: []
|
||||
@@ -413,7 +413,7 @@ RETURN = r"""
|
||||
monitoring_policy:
|
||||
description: Information about the monitoring policy that was processed.
|
||||
type: dict
|
||||
sample: '{"id": "92B74394A397ECC3359825C1656D67A6", "name": "Default Policy"}'
|
||||
sample: {"id": "92B74394A397ECC3359825C1656D67A6", "name": "Default Policy"}
|
||||
returned: always
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user