mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23:09 +00:00
The size option is required for lvol module with state=present
This commit is contained in:
committed by
Matt Clay
parent
88c946ba4d
commit
149ebdb15f
@@ -48,7 +48,8 @@ options:
|
||||
choices: [ "present", "absent" ]
|
||||
default: present
|
||||
description:
|
||||
- Control if the logical volume exists.
|
||||
- Control if the logical volume exists. If C(present) the C(size) option
|
||||
is required.
|
||||
required: false
|
||||
force:
|
||||
version_added: "1.5"
|
||||
|
||||
Reference in New Issue
Block a user