mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 08:43:10 +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