mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +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,7 +111,17 @@ status:
|
||||
targetAddress:
|
||||
description: The remote target address.
|
||||
type: int
|
||||
sample: [{"powerstate": "on", "targetAddress": 48}, {"powerstate": "on", "targetAddress": 50}]
|
||||
sample:
|
||||
[
|
||||
{
|
||||
"powerstate": "on",
|
||||
"targetAddress": 48
|
||||
},
|
||||
{
|
||||
"powerstate": "on",
|
||||
"targetAddress": 50
|
||||
}
|
||||
]
|
||||
"""
|
||||
|
||||
EXAMPLES = r"""
|
||||
|
||||
Reference in New Issue
Block a user