Commit 635689b3 by Michael DeHaan

Merge pull request #1168 from sfromm/issue1007

Add message reporting skipped action in cli callback
parents 190e4c26 cf3e368d
......@@ -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