Okay - the patch request makes sense after browsing the api on my awx install..thank you for the pointers there!
Do I have to put the venv under a specific folder? (I know I can change the folder through the custom_venv_dir in my inventory file, but is that actually supported?
If I try to add a
---
custom_venvs:
- name: foo
python: python3
python_ansible_vesrion: 2.9.1
python_modules:
- netapp-lib
my init-custom-venvs container crash-loops because pip isn't being updated, and one of the (I'm assuming base) modules fails because pip is too old (cryptography in this case.
You are using pip version 9.0.1, however version 21.0.1 is available.
"You should consider upgrading via the 'pip install --upgrade pip' command
I'm not quite sure what I can add to the custom venv file to update pip before it tries to run the rest of the venv creation process...any thoughts?