mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-04 12:22:45 +00:00
Using dict(k=v) means the key was always named 'k', as the variable is not interpreted there. Fixes #5801
Using dict(k=v) means the key was always named 'k', as the variable is not interpreted there. Fixes #5801