Whenever I executed my job. awx is failing to install new modules or detect requirements.yml
I tried using projects/collections/requirements.yml , inside my playbook
& even tried to mention as below in mail.yml
collections:
-name: community.general.
Can someone help to guide, how to install required collection dependencies.
After AWX version 18 or so, your tasks/jobs run from an Execution Environment (EE) container. The EE that AWX pulls in by default may not have the ansible collections or pip modules that you need. In that case, you will need to build your own EE.