mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-04 12:22:45 +00:00
* Docker: Convert units for kernel_memory Other memory arguments already use human_to_bytes to convert the units. This change makes the behavior more consistent. * Update Docker unit parsing documentation This explains the units more precisely and makes the documentation more consistent. This fixes #16526.