mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
runner expects process isolation flags in settings
* Towards the goal of converging the iso code path w/ the non-iso code path. More process isolation control flags into settings.
This commit is contained in:
parent
2129f12085
commit
2329079326
@ -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