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