mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
Merge pull request #3813 from AlanCoding/stdout_fix
Fix bug blocking jobs from running
This commit is contained in:
commit
43fbff7e8c
@ -1210,7 +1210,7 @@ class JobEvent(CreatedModifiedModel):
|
||||
if isinstance(invocation, dict) and verbosity == 0 and 'module_args' in invocation:
|
||||
event_data['res']['invocation']['module_args'] = ''
|
||||
self.event_data = event_data
|
||||
update_fields.add('event_data')
|
||||
updated_fields.add('event_data')
|
||||
if self.event == 'playbook_on_stats':
|
||||
try:
|
||||
failures_dict = event_data.get('failures', {})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user