mirror of
https://github.com/ansible/awx.git
synced 2026-05-11 19:37:38 -02:30
Back to green
This commit is contained in:
@@ -1102,6 +1102,9 @@ class BaseTask(object):
|
||||
# Also set environment variables configured in AWX_TASK_ENV setting.
|
||||
for key, value in settings.AWX_TASK_ENV.items():
|
||||
env[key] = str(value)
|
||||
|
||||
env['AWX_PRIVATE_DATA_DIR'] = private_data_dir
|
||||
|
||||
return env
|
||||
|
||||
def should_use_resource_profiling(self, job):
|
||||
|
||||
Reference in New Issue
Block a user