mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-20 15:51:05 +00:00
Don't hardcode minimum for boot_volume_size
This commit is contained in:
@@ -701,9 +701,6 @@ def cloudservers(module, state=None, name=None, flavor=None, image=None,
|
||||
'destination_type': 'volume',
|
||||
}
|
||||
if image:
|
||||
if boot_volume_size < 100:
|
||||
module.fail_json(msg='"boot_volume_size" must be greater '
|
||||
'than or equal to 100')
|
||||
mapping.update({
|
||||
'uuid': image,
|
||||
'source_type': 'image',
|
||||
|
||||
Reference in New Issue
Block a user