Hello,
I need some additionnal py module to run my playbooks with local docker, so I set custom_venv_dir=/var/lib/awx/venv in the installer to make the default ansible venv available outside of container lifecycle.
When running installer it fails because of that venv. But defining an other venv path aka /opt/my-envs or anything else makes the installation successful.
Why is it not possible to mount an external volume with the default /var/lib/awx/venv?
I didn’t try yet to install awx with the openshift/k8s way, but it seems that the custom_venv_dir is only for the local install, so there is maybe no problem with installing venv in /var/iib/awx/venv by this way…
Can anybody confirm my guess?