mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
Initial working test for run_launch_job task.
This commit is contained in:
@@ -22,8 +22,8 @@ class CallbackModule(object):
|
||||
'''
|
||||
|
||||
def _log_event(self, event, *args, **kwargs):
|
||||
print '====', event, args, kwargs
|
||||
# FIXME: Push these events back to the server.
|
||||
pass#print '====', event, args, kwargs
|
||||
|
||||
def on_any(self, *args, **kwargs):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user