mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-06 10:43:14 +00:00
This commit fixes incorrect type of the "params" option of the "yum_repository" module. Without this fix the value of the "params" option is read as a string instead of as a dictionary which makes it impossible to define any additional YUM repository parameters.