mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 02:47:35 -02:30
Intend to set this in supervisor instead
Revert "Celery needs to have HOME set" This reverts commit 83a0c5e1e65b325d02ce877e2d474a116bd0c3ba.
This commit is contained in:
@@ -94,7 +94,6 @@ class RunJob(Task):
|
|||||||
env['ANSIBLE_HOST_KEY_CHECKING'] = 'False'
|
env['ANSIBLE_HOST_KEY_CHECKING'] = 'False'
|
||||||
# RHEL has too old of an SSH so ansible will select paramiko and this is VERY slow
|
# RHEL has too old of an SSH so ansible will select paramiko and this is VERY slow
|
||||||
env['ANSIBLE_PARAMIKO_RECORD_HOST_KEYS'] = 'False'
|
env['ANSIBLE_PARAMIKO_RECORD_HOST_KEYS'] = 'False'
|
||||||
env['HOME'] = '/var/lib/awx'
|
|
||||||
return env
|
return env
|
||||||
|
|
||||||
def build_args(self, job, **kwargs):
|
def build_args(self, job, **kwargs):
|
||||||
|
|||||||
Reference in New Issue
Block a user