HI, I am experiencing an issue with AWX deployed on Kubernetes where new job templates automatically get assigned a default Execution Environment (EE), even when I explicitly do not select any EE during the configuration. This automatic assignment leads to failures when running specific tasks, such as
those involving the DigitalOcean Ansible Collection. The error encountered is:
`ERROR! couldn't resolve module/action 'digitalocean.cloud.balance_info'. This often indicates a misspelling, missing collection, or incorrect module path.`
Environment Details:
• AWX Version: 24.6.1
• Deployment Method: Kubernetes Operator
• Kubernetes Namespace: awx
• Pods Status: All related pods are running normally.
Thanks a lot