Add message reporting skipped action in cli callback

pull/1168/head
Stephen Fromm 12 years ago
parent a00d6d7234
commit cf3e368d15

@ -237,6 +237,7 @@ class CliRunnerCallbacks(DefaultRunnerCallbacks):
super(CliRunnerCallbacks, self).on_unreachable(host, res)
def on_skipped(self, host, item=None):
print "%s | skipped" % (host)
super(CliRunnerCallbacks, self).on_skipped(host, item)
def on_error(self, host, err):

Loading…
Cancel
Save