mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
Merge pull request #3519 from chrismeyersfsu/fix-iso_bwrap
runner expects process isolation flags in settings
Reviewed-by: awxbot
https://github.com/awxbot
This commit is contained in:
commit
f715e4e410
@ -1162,8 +1162,8 @@ class BaseTask(object):
|
||||
'idle_timeout': self.get_idle_timeout() or "",
|
||||
'job_timeout': self.get_instance_timeout(self.instance),
|
||||
'pexpect_timeout': getattr(settings, 'PEXPECT_TIMEOUT', 5),
|
||||
**process_isolation_params,
|
||||
},
|
||||
**process_isolation_params,
|
||||
}
|
||||
|
||||
if isinstance(self.instance, AdHocCommand):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user