mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-07 03:03:08 +00:00
By default, all arguments are considered strings, but the module code expects the `fields` parameter to be a proper Python dictionary. Fixes #2600