mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
* key is ANSIBLE_METADATA, not METADATA * Need to check that the node is an ast.Dict, not a real dict. * Need to convert the ast.Dict into a real dict via literal_eval.