Remove pexpect_timeout setting for ansible-runner

PEXPECT_TIMEOUT has never(?) been an actual setting, and 5 is the
runner default anyway.
This commit is contained in:
Bill Nottingham
2020-05-08 16:31:11 -04:00
parent 5e02e6e4a4
commit 8cdffd0dd0
2 changed files with 0 additions and 2 deletions

View File

@@ -109,7 +109,6 @@ class IsolatedManager(object):
'cancel_callback': self.canceled_callback,
'settings': {
'job_timeout': settings.AWX_ISOLATED_LAUNCH_TIMEOUT,
'pexpect_timeout': getattr(settings, 'PEXPECT_TIMEOUT', 5),
'suppress_ansible_output': True,
},
}