mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 17:28:51 -03:30
Remove references to Ansible venv path because it does not exist
This commit is contained in:
@@ -95,7 +95,6 @@ include(optional('/etc/tower/settings.py'), scope=locals())
|
||||
include(optional('/etc/tower/conf.d/*.py'), scope=locals())
|
||||
|
||||
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")
|
||||
|
||||
# If any local_*.py files are present in awx/settings/, use them to override
|
||||
|
||||
Reference in New Issue
Block a user