mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
bffed2fda5
* Rework safety check on size arguments for when LV doesn't exist
* Update changelogs/fragments/3681-lvol-fix-create.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Jake Reynolds <jake.reynolds@bidfx.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 352047314b
)
Co-authored-by: jake2184 <jake2184@users.noreply.github.com>
2 lines
232 B
YAML
2 lines
232 B
YAML
bugfixes:
|
|
- lvol - allows logical volumes to be created with certain size arguments prefixed with ``+`` to preserve behavior of older versions of this module (https://github.com/ansible-collections/community.general/issues/3665).
|