ansible / ansible-sdk

The Ansible SDK
Apache License 2.0
25 stars 14 forks source link

fix job event wrapper #83

Closed nitzmahone closed 1 year ago

nitzmahone commented 1 year ago

There was some back and forth awhile back on how dict-ish the job event should be- at some point it got messed up and actually turned into just a dict, which was never the intent. Restore it to a wrapped type that just passes through a Mapping impl to the underlying raw_event_data (also renamed the event type and removed most of the fields for now since they're not always applicable and pretty specific to runner/AAP internals).