mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-17 21:41:47 -05:00
Expose the EE resolver to the API SUMMARY This change exposes the output of .resolve_execution_environment() for job templates as a new summary field in the API. Note that this is only exposed for the detail views, not the list views. Also, there is the caveat for job templates that may be run under workflows that the workflow EE might override the results of this value. related #10210 ISSUE TYPE Feature Pull Request COMPONENT NAME API AWX VERSION Reviewed-by: Shane McDonald <me@shanemcd.com> Reviewed-by: Christian Adams <rooftopcellist@gmail.com> Reviewed-by: Chris Meyers <None> Reviewed-by: Jeff Bradberry <None>