perf: ansible filter timeout

This commit is contained in:
feng
2026-05-07 17:28:14 +08:00
parent 8da3a1adf5
commit 044b16895b

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