mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-16 13:19:11 -07:00
Renaming per-item and retry callbacks
This commit is contained in:
parent
959711b56e
commit
13f3cbaf3b
8 changed files with 21 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue