mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 18:50:21 -07:00
The size option is required for lvol module with state=present
This commit is contained in:
parent
88c946ba4d
commit
149ebdb15f
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,8 @@ options:
|
||||||
choices: [ "present", "absent" ]
|
choices: [ "present", "absent" ]
|
||||||
default: present
|
default: present
|
||||||
description:
|
description:
|
||||||
- Control if the logical volume exists.
|
- Control if the logical volume exists. If C(present) the C(size) option
|
||||||
|
is required.
|
||||||
required: false
|
required: false
|
||||||
force:
|
force:
|
||||||
version_added: "1.5"
|
version_added: "1.5"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue