From 197c828bde64ff69fa4ff524316c432653b6b3de Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 11 Jul 2013 12:06:48 -0400 Subject: [PATCH] Intend to set this in supervisor instead Revert "Celery needs to have HOME set" This reverts commit 83a0c5e1e65b325d02ce877e2d474a116bd0c3ba. --- awx/main/tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/main/tasks.py b/awx/main/tasks.py index 226554da45..6c72fdaf40 100644 --- a/awx/main/tasks.py +++ b/awx/main/tasks.py @@ -94,7 +94,6 @@ class RunJob(Task): env['ANSIBLE_HOST_KEY_CHECKING'] = 'False' # 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['HOME'] = '/var/lib/awx' return env def build_args(self, job, **kwargs):