1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-25 05:02:46 +00:00

aix_*: docs adjustments (#11291)

This commit is contained in:
Alexei Znamensky 2025-12-16 10:16:55 +13:00 committed by GitHub
parent ef632145e9
commit 4632e3d5ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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: []