mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-24 04:39:15 +00:00
aix_*: docs adjustments (#11291)
This commit is contained in:
parent
ef632145e9
commit
4632e3d5ee
3 changed files with 8 additions and 13 deletions
|
|
@ -13,7 +13,7 @@ author:
|
|||
module: aix_lvol
|
||||
short_description: Configure AIX LVM logical volumes
|
||||
description:
|
||||
- This module creates, removes or resizes AIX logical volumes. Inspired by lvol module.
|
||||
- This module creates, removes or resizes AIX logical volumes. Inspired by M(community.general.lvol) module.
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
|
|
@ -69,7 +69,7 @@ options:
|
|||
default: ''
|
||||
pvs:
|
||||
description:
|
||||
- A list of physical volumes, for example V(hdisk1,hdisk2).
|
||||
- A list of physical volumes, for example V([hdisk1, hdisk2]).
|
||||
type: list
|
||||
elements: str
|
||||
default: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue