mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
(abc*, doc frags): style adjustments (#9534)
This commit is contained in:
parent
27c34b150f
commit
aac7199087
28 changed files with 215 additions and 209 deletions
|
@ -27,7 +27,7 @@ attributes:
|
|||
options:
|
||||
server_ids:
|
||||
description:
|
||||
- The list of CLC server Ids.
|
||||
- The list of CLC server IDs.
|
||||
type: list
|
||||
required: true
|
||||
elements: str
|
||||
|
@ -83,7 +83,7 @@ EXAMPLES = r"""
|
|||
|
||||
RETURN = r"""
|
||||
server_ids:
|
||||
description: The list of server ids that are changed.
|
||||
description: The list of server IDs that are changed.
|
||||
returned: success
|
||||
type: list
|
||||
sample: ["UC1TEST-SVR01", "UC1TEST-SVR02"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue