From a3641cac4ef27493293a1df56b0c9743f4ae58f2 Mon Sep 17 00:00:00 2001 From: Borys Borysenko Date: Wed, 24 Feb 2016 01:54:45 +0200 Subject: [PATCH] The size option is required for lvol module with state=present --- system/lvol.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/lvol.py b/system/lvol.py index 284c37ace5e..e52b23bbcb7 100644 --- a/system/lvol.py +++ b/system/lvol.py @@ -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"