Fix issue with displaying error about unreachable hosts when using Unixy Callback (#58076)

pull/58181/head
Brian Goad 7 years ago committed by Brian Coca
parent 4376e88849
commit 23fcae7c9e

@ -149,6 +149,8 @@ class CallbackModule(CallbackModule_default):
self.v2_runner_on_ok(result)
def v2_runner_on_unreachable(self, result):
self._preprocess_result(result)
msg = "unreachable"
display_color = C.COLOR_UNREACHABLE
task_result = self._process_result_output(result, msg)

Loading…
Cancel
Save