added skipped to oneline
This commit is contained in:
parent
373830b5df
commit
c4b6d91275
1 changed files with 3 additions and 0 deletions
|
@ -55,3 +55,6 @@ class CallbackModule(CallbackBase):
|
|||
|
||||
def v2_runner_on_unreachable(self, result):
|
||||
self._display.display("%s | UNREACHABLE!" % result._host.get_name(), color='yellow')
|
||||
|
||||
def v2_runner_on_skipped(self, result):
|
||||
self._display.display("%s | SKIPPED" % (result._host.get_name()), color='cyan')
|
||||
|
|
Loading…
Reference in a new issue