mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 02:01:01 -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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user