0b453abfa4
* Fixed lvol ValueError with float size. (cherry picked from commit 85bd54dfa7dfc710d5a4eafecd077338e47382ab) * Fixed lvol ValueError with float size. (cherry picked from commit ecdd835b6c98e36d51c2784358d3a7c79fc7175f) * Initialized locale using system default. Changed size validation from float() to locale.atof(). (cherry picked from commit d187b9592932d99ea3bdcecba8f038c45d14dac3) * Added changelog fragment. (cherry picked from commit d1f6b1220c4412dd18deb6f0574cf82caf949029) * Used C locale instead of relying on system locale. (cherry picked from commit 90b3d968690bbd7bfdc670f91f3cfd7b39dc6534)
2 lines
159 B
YAML
2 lines
159 B
YAML
bugfixes:
|
|
- lvol - fixed ValueError when using float size (https://github.com/ansible/ansible/issues/32886, https://github.com/ansible/ansible/issues/29429)
|