Commit cf3e368d by Stephen Fromm

Add message reporting skipped action in cli callback

parent a00d6d72
......@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment