mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-07-02 15:08:22 +00:00
perf: ansible filter timeout
This commit is contained in:
@@ -515,7 +515,6 @@ class BasePlaybookManager(PlaybookPrepareMixin, BaseManager):
|
||||
error_text = str(error)
|
||||
return (
|
||||
"pexpect.exceptions.TIMEOUT" in error_text
|
||||
and "exitstatus: 0" in error_text
|
||||
)
|
||||
|
||||
def on_runner_failed(self, runner, e, assets=None, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user