mirror of
https://github.com/ansible/awx.git
synced 2026-02-20 12:40:06 -03:30
Remove print from callback, fix failed flag propagation on job event, add tests for failed flag and play/task field on job events.
This commit is contained in:
@@ -100,7 +100,6 @@ class CallbackModule(object):
|
||||
url = urlparse.urljoin(url, url_path)
|
||||
headers = {'content-type': 'application/json'}
|
||||
response = requests.post(url, data=data, headers=headers, auth=auth)
|
||||
print response.content
|
||||
response.raise_for_status()
|
||||
|
||||
def _log_event(self, event, **event_data):
|
||||
|
||||
Reference in New Issue
Block a user