mirror of
https://github.com/ansible/awx.git
synced 2026-02-23 14:05:59 -03:30
Handle playbook_on_include events from v2 ansible
This commit is contained in:
@@ -426,6 +426,8 @@ class JobCallbackModule(BaseCallbackModule):
|
||||
def v2_playbook_on_stats(self, stats):
|
||||
self.playbook_on_stats(stats)
|
||||
|
||||
def v2_playbook_on_include(self, included_file):
|
||||
self._log_event('playbook_on_include', included_file=included_file)
|
||||
|
||||
class AdHocCommandCallbackModule(BaseCallbackModule):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user