mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Fixed lvol ValueError with float size. (#36811)
* Fixed lvol ValueError with float size. * Fixed lvol ValueError with float size. * Initialized locale using system default. Changed size validation from float() to locale.atof(). * Added changelog fragment.
This commit is contained in:
committed by
John R Barker
parent
28d2379e69
commit
b0fc2a2103
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- lvol - fixed ValueError when using float size (https://github.com/ansible/ansible/issues/32886, https://github.com/ansible/ansible/issues/29429)
|
||||
Reference in New Issue
Block a user