ansible / awx-resource-operator

41 stars 34 forks source link

Improve the error handling when jobs fail #146

Closed rooftopcellist closed 11 months ago

rooftopcellist commented 11 months ago

There is currently a bug where job.msg is not defined. This is because at that point in the playbook, it should have been referenced as job_result.msg.

While fixing this, I added some better error messages in general.