mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
(cherry picked from commit f84a9bf932
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
9466103a4a
commit
4926f15d86
75 changed files with 134 additions and 20 deletions
|
@ -42,6 +42,7 @@ options:
|
|||
description:
|
||||
- Additional options to pass to C(pvcreate) when creating the volume group.
|
||||
type: str
|
||||
default: ''
|
||||
pvresize:
|
||||
description:
|
||||
- If C(true), resize the physical volume to the maximum available size.
|
||||
|
@ -52,6 +53,7 @@ options:
|
|||
description:
|
||||
- Additional options to pass to C(vgcreate) when creating the volume group.
|
||||
type: str
|
||||
default: ''
|
||||
state:
|
||||
description:
|
||||
- Control if the volume group exists.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue