diff --git a/changelogs/fragments/36811-fix-lvol-valueerror-with-float-size.yaml b/changelogs/fragments/36811-fix-lvol-valueerror-with-float-size.yaml new file mode 100644 index 00000000000..f784555ee7f --- /dev/null +++ b/changelogs/fragments/36811-fix-lvol-valueerror-with-float-size.yaml @@ -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)