mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Adjust YAML in module docs (#10240)
* Adjust YAML in module docs.
* adjust modules
---------
(cherry picked from commit e8f965fbf8)
Co-authored-by: Alexei Znamensky <russoz@gmail.com>
This commit is contained in:
@@ -111,16 +111,16 @@ EXAMPLES = r"""
|
||||
|
||||
RETURN = r"""
|
||||
status:
|
||||
description: Metadata about service status.
|
||||
returned: always
|
||||
type: dict
|
||||
sample:
|
||||
{
|
||||
"current_pid": "-",
|
||||
"current_state": "stopped",
|
||||
"previous_pid": "82636",
|
||||
"previous_state": "running"
|
||||
}
|
||||
description: Metadata about service status.
|
||||
returned: always
|
||||
type: dict
|
||||
sample:
|
||||
{
|
||||
"current_pid": "-",
|
||||
"current_state": "stopped",
|
||||
"previous_pid": "82636",
|
||||
"previous_state": "running"
|
||||
}
|
||||
"""
|
||||
|
||||
import os
|
||||
|
||||
Reference in New Issue
Block a user