Merge pull request #1719 from bborysenko/lvol-doc-fix

The size option is required for lvol module
This commit is contained in:
Brian Coca 2016-02-25 14:45:51 -05:00
commit 479f99678b

View file

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