mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
added missing skipped item function to base
This commit is contained in:
parent
6f93d228f6
commit
6cdee94c33
1 changed files with 3 additions and 0 deletions
|
@ -278,3 +278,6 @@ class CallbackBase:
|
||||||
|
|
||||||
def v2_playbook_on_item_failed(self, result):
|
def v2_playbook_on_item_failed(self, result):
|
||||||
pass # no v1
|
pass # no v1
|
||||||
|
|
||||||
|
def v2_playbook_on_item_skipped(self, result):
|
||||||
|
pass # no v1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue