mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-10 10:19:10 -07:00
[PR #9513/7c54c703 backport][stable-10] xyz*: style adjustments (#9525)
xyz*: style adjustments (#9513)
(cherry picked from commit 7c54c70301
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
parent
8208e52c42
commit
e2604e7533
19 changed files with 188 additions and 163 deletions
|
@ -13,8 +13,8 @@ module: xcc_redfish_command
|
|||
short_description: Manages Lenovo Out-Of-Band controllers using Redfish APIs
|
||||
version_added: 2.4.0
|
||||
description:
|
||||
- Builds Redfish URIs locally and sends them to remote OOB controllers to perform an action or get information back or update a configuration
|
||||
attribute.
|
||||
- Builds Redfish URIs locally and sends them to remote OOB controllers to perform an action or get information back or update
|
||||
a configuration attribute.
|
||||
- Manages virtual media.
|
||||
- Supports getting information back using GET method.
|
||||
- Supports updating a configuration attribute using PATCH method.
|
||||
|
@ -110,7 +110,7 @@ options:
|
|||
resource_uri:
|
||||
required: false
|
||||
description:
|
||||
- The resource uri to get or patch or post.
|
||||
- The resource URI to get or patch or post.
|
||||
type: str
|
||||
request_body:
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue