mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02: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)
|
kwargs.pop('created', None)
|
||||||
|
|
||||||
sanitize_event_keys(kwargs, cls.VALID_KEYS)
|
sanitize_event_keys(kwargs, cls.VALID_KEYS)
|
||||||
|
kwargs.pop('workflow_job_id', None)
|
||||||
event = cls(**kwargs)
|
event = cls(**kwargs)
|
||||||
event._update_from_event_data()
|
event._update_from_event_data()
|
||||||
return event
|
return event
|
||||||
|
|||||||
Reference in New Issue
Block a user