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:
Ryan Petrello
2018-02-26 16:35:36 -05:00
parent 9493b72f29
commit 7741de5153
4 changed files with 1 additions and 4 deletions

View File

@@ -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