[PR #11291/4632e3d5 backport][stable-12] aix_*: docs adjustments (#11292)

aix_*: docs adjustments (#11291)

(cherry picked from commit 4632e3d5ee)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2025-12-16 07:02:24 +01:00
committed by GitHub
parent 19257bac40
commit 8590184232
3 changed files with 8 additions and 13 deletions

View File

@@ -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: []