Not able to use any collection modules

Hey guys,

It is already driving me crazy as in the last days is all I am trying to do.

So I was using awx docker 17.1.0 since forever and decided to make the move to the latest.

My issue is that however I did try I build the image with make docker-compose-build
and all that but can somebody help out what is the process to make it work or if needed to install in a particular way the ansible-galaxy collection community modules?

In particular I am using docker module and make for example but always returning module/action is missing “docker_image” same for “make”

Is there a particular way to install modules in awx 21.7.0 docker?

Thanks

Hello,
You can create custom execution environments with Ansible Builder.
If your collections don’t require system dependencies that may not be present in AWX EE, you can just put the requirements in collections/requirements.yml in your project folder.

We would recommend reviewing the following documentation:

AWX Team