mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Add message reporting skipped action in cli callback
This commit is contained in:
@@ -237,6 +237,7 @@ class CliRunnerCallbacks(DefaultRunnerCallbacks):
|
|||||||
super(CliRunnerCallbacks, self).on_unreachable(host, res)
|
super(CliRunnerCallbacks, self).on_unreachable(host, res)
|
||||||
|
|
||||||
def on_skipped(self, host, item=None):
|
def on_skipped(self, host, item=None):
|
||||||
|
print "%s | skipped" % (host)
|
||||||
super(CliRunnerCallbacks, self).on_skipped(host, item)
|
super(CliRunnerCallbacks, self).on_skipped(host, item)
|
||||||
|
|
||||||
def on_error(self, host, err):
|
def on_error(self, host, err):
|
||||||
|
|||||||
Reference in New Issue
Block a user