mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 02:01:01 -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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user