Unable to execute playbook via ansible-runner in an executable environment: Inventory Parsing failed

It turns out it might due to the redirecting callback plugin. I had set ANSIBLE_STDOUT_CALLBACK: yaml which I guess the community-ee base image might not have (the community.general collection might not be installed) upon commenting this the value out from my env/envvars file I was able to get the playbook running.

2 Likes