mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
[PR #6744/13e9e4b1 backport][stable-7] Add more semantic markup (#6747)
Add more semantic markup (#6744)
Add more semantic markup.
(cherry picked from commit 13e9e4b196
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
c35d8b560c
commit
ba559d24cd
143 changed files with 346 additions and 348 deletions
|
@ -36,13 +36,13 @@ options:
|
|||
pvs:
|
||||
description:
|
||||
- List of comma-separated devices to use as physical devices in this volume group.
|
||||
- Required when creating or extending (C(present) state) the volume group.
|
||||
- If not informed reducing (C(absent) state) the volume group will be removed.
|
||||
- Required when creating or extending (V(present) state) the volume group.
|
||||
- If not informed reducing (V(absent) state) the volume group will be removed.
|
||||
type: list
|
||||
elements: str
|
||||
state:
|
||||
description:
|
||||
- Control if the volume group exists and volume group AIX state varyonvg C(varyon) or varyoffvg C(varyoff).
|
||||
- Control if the volume group exists and volume group AIX state varyonvg V(varyon) or varyoffvg V(varyoff).
|
||||
type: str
|
||||
choices: [ absent, present, varyoff, varyon ]
|
||||
default: present
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue