readded oneline output feature to adhoc

fixes #11573
This commit is contained in:
Brian Coca 2015-07-13 15:42:47 -04:00
parent 3a768b3b9f
commit 8ad52c2e4f
3 changed files with 64 additions and 2 deletions

View file

@ -53,7 +53,7 @@ class CallbackModule(CallbackBase):
self._display.display("%s | SUCCESS => %s" % (result._host.get_name(), self._dump_results(result._result)), color='green')
def v2_runner_on_skipped(self, result):
pass
self._display.display("%s | SKIPPED" % (result._host.get_name()), color='cyan')
def v2_runner_on_unreachable(self, result):
self._display.display("%s | UNREACHABLE!" % result._host.get_name(), color='yellow')