0

I use AWX 17.0.1 Service On docker,

I Want to use ansible collection community.vmware. and i need recent release version collection.

So I did install community.vmware collection in awx_task container, but AWX is still use old version community.vmware collection. This collection is builtin collection in awx Container image.

When excute playbook, AWX is print like this.

[AWX template execute output] Using module file /usr/lib/python3.6/site-packages/ansible/modules/cloud/vmware/vmware_guest.py

that module is old version module.

how can i upgrade the python3.6 module??

I try to install recent release collection,

but AWX is not used that

AWX is still used old collection or python module

  • If you are using an SCM you might use a [`requirments.yaml`](https://github.com/ansible/awx/blob/devel/docs/collections.md) which might work. It did not for me despite the SCM, because of Python dependencies. I had to create a custom [execution environment](https://docs.ansible.com/automation-controller/latest/html/userguide/execution_environments.html). If there is an option to also include those dependencies in a `requirements.yaml` I would be happy to learn about it. – marcel h Aug 17 '23 at 10:32
  • Upgrade AWX, no? – Kevin C Aug 18 '23 at 10:39

0 Answers0