mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Renaming per-item and retry callbacks
This commit is contained in:
@@ -35,5 +35,5 @@ class CallbackModule(CallbackModule_default):
|
||||
def v2_runner_on_skipped(self, result):
|
||||
pass
|
||||
|
||||
def v2_playbook_item_on_skipped(self, result):
|
||||
def v2_runner_item_on_skipped(self, result):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user