The size option is required for lvol module with state=present

reviewable/pr18780/r1
Borys Borysenko 9 years ago
parent f5e798f13c
commit a3641cac4e

@ -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"

Loading…
Cancel
Save