mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
set $HOME via an API call so AWX_TASK_ENV isn't marked as readonly
see: https://github.com/ansible/awx/issues/1315
This commit is contained in:
@@ -23,8 +23,6 @@ ALLOWED_HOSTS = ['*']
|
||||
|
||||
INTERNAL_API_URL = 'http://awxweb:8052'
|
||||
|
||||
AWX_TASK_ENV['HOME'] = '/var/lib/awx'
|
||||
|
||||
# Container environments don't like chroots
|
||||
AWX_PROOT_ENABLED = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user