mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 22:28:38 -05:00
add counter to jobevent object sourced from callback ansible plugin
This commit is contained in:
@@ -150,7 +150,7 @@ class CallbackReceiver(object):
|
||||
if settings.DEBUG:
|
||||
print data
|
||||
for key in data.keys():
|
||||
if key not in ('job_id', 'event', 'event_data', 'created'):
|
||||
if key not in ('job_id', 'event', 'event_data', 'created', 'counter'):
|
||||
data.pop(key)
|
||||
for retry_count in xrange(11):
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user