Commit 6cdee94c by Brian Coca

added missing skipped item function to base

parent 6f93d228
......@@ -278,3 +278,6 @@ class CallbackBase:
def v2_playbook_on_item_failed(self, result):
pass # no v1
def v2_playbook_on_item_skipped(self, result):
pass # no v1
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