schubergphilis / towerlib

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

Unset default values on prompt on launch fields #106

Closed EliasBoulharts closed 2 years ago

EliasBoulharts commented 2 years ago

We must unset value or set value to false for some parameters of job launch. (See the commit)

Sispheor commented 2 years ago

An example of usage::

If for example a Job Template is set with some tags. Using the lib with tags="" is not sent and so the default config is kept instead of executing the playbook without any tags.

EliasBoulharts commented 2 years ago

Merged