mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 22:48:02 -03:30
Do the env vars redaction for isolated nodes on this side
This commit is contained in:
parent
32286a9d49
commit
4364e00117
@ -1084,7 +1084,7 @@ class BaseTask(object):
|
||||
self.instance = self.update_model(self.instance.pk,
|
||||
job_args=json.dumps(config['command']),
|
||||
job_cwd=config['cwd'],
|
||||
job_env=config['env'])
|
||||
job_env=build_safe_env(config['env']))
|
||||
|
||||
|
||||
@with_path_cleanup
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user