mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 20:13:59 -07: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:
parent
28d2379e69
commit
b0fc2a2103
2 changed files with 13 additions and 10 deletions
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue