mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 15:34:01 -07:00
Adding a v2 callback for task includes
This commit is contained in:
parent
dc33d30c6d
commit
1cfd941179
2 changed files with 13 additions and 6 deletions
|
@ -292,3 +292,7 @@ class CallbackBase:
|
|||
|
||||
def v2_playbook_on_item_skipped(self, result):
|
||||
pass # no v1
|
||||
|
||||
def v2_playbook_on_include(self, included_file):
|
||||
pass #no v1 correspondance
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue