schubergphilis / towerlib

A python library to interface with ansible tower's (awx) api.
MIT License
43 stars 39 forks source link

Support for HTTP Patch #88

Closed a-belhadj closed 3 years ago

a-belhadj commented 3 years ago

We need to update some job_template on AWX/Tower. I added a method to make an HTTP PATCH request

PR is coming

Anthony

a-belhadj commented 3 years ago

I just see the "_update_values" method, it works good for me