mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
fix a bug that breaks inv sync stdout within workflows
see: https://github.com/ansible/tower/issues/4068
This commit is contained in:
parent
78e2cd7084
commit
8c8713885b
@ -617,6 +617,7 @@ class BaseCommandEvent(CreatedModifiedModel):
|
||||
kwargs.pop('created', None)
|
||||
|
||||
sanitize_event_keys(kwargs, cls.VALID_KEYS)
|
||||
kwargs.pop('workflow_job_id', None)
|
||||
event = cls(**kwargs)
|
||||
event._update_from_event_data()
|
||||
return event
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user