teslamotors / ansible_puller

Ansible daemon for massively-scaleable Ansible
MIT License
125 stars 33 forks source link

Handle other non-successful status code to avoid reading bad data as md5sum. #34

Closed shk3 closed 1 year ago

shk3 commented 1 year ago

Let's follow the error handling used in the downloader to handle other non-successful status code properly. This PR also adds error annotations to the idempotent downloader to add more debug context.