mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 15:14:45 -03:30
Sweeping replace of old dev venv paths
This commit is contained in:
@@ -150,7 +150,7 @@ include(optional('/etc/tower/conf.d/*.py'), scope=locals())
|
||||
# Installed differently in Dockerfile compared to production versions
|
||||
AWX_ANSIBLE_COLLECTIONS_PATHS = '/var/lib/awx/vendor/awx_ansible_collections'
|
||||
|
||||
BASE_VENV_PATH = "/venv/"
|
||||
BASE_VENV_PATH = "/var/lib/awx/venv/"
|
||||
ANSIBLE_VENV_PATH = os.path.join(BASE_VENV_PATH, "ansible")
|
||||
AWX_VENV_PATH = os.path.join(BASE_VENV_PATH, "awx")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user