Hi, I need help about this task.
I deployed Ansible AWX on a single node on Minikube and it seemed ok. Now, I’ve just launch a job from AWX GUI importing the community.general collection (which is described in requirements.yml file inside the main directory of awx_operator). After the launch of the template, I receive this error:
Could not load "community.general.json_query": ‘Invalid plugin FQCN (community.general.json_query): unable to locate collection community.general’. String: {{ api_response.json.rowset.rows | community.general.json_query(‘[*].Node’) }}. Could not load "community.general.json_query": ‘Invalid plugin FQCN (community.general.json_query): unable to locate collection community.general’
Could anyone help me to resolve this issue? I don’t know how to go ahead