perf: ansible filter timeout

This commit is contained in:
feng
2026-05-07 17:28:14 +08:00
parent d0ce5fd1cd
commit 070092cbe2

View File

@@ -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):