community.general/lib/ansible/modules/web_infrastructure/ansible_tower
Pierre Roux 81de7582d9 Fix tower_* modules **params kwargs (#40137)
* Add cleaning function to handle **params

The cleaning function is only added to tower modules which pass a `**params`
argument as an unpacked dictionnary to the tower-cli method calls.

Fix #39745

* Remove previous code added only for tower_role

In 872a7b4, the `update_resources` function was modified so that it would clear unwanted
parameters. However, this behaviour is desired for other modules too, modified in
another commit. (see tower_clean_params).
2018-05-25 18:03:12 -05:00
..
__init__.py Ansible Tower organization module (#20355) 2017-01-30 13:42:32 -05:00
tower_credential.py add some Tower module integration tests (and fix a bug or two) (#37421) 2018-03-16 13:28:19 -04:00
tower_group.py Fix tower_* modules **params kwargs (#40137) 2018-05-25 18:03:12 -05:00
tower_host.py add some Tower module integration tests (and fix a bug or two) (#37421) 2018-03-16 13:28:19 -04:00
tower_inventory.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
tower_job_cancel.py ansible_tower modules doc: fix typos, use formatting functions (#37414) 2018-03-15 13:58:50 +10:00
tower_job_launch.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
tower_job_list.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
tower_job_template.py Fix tower_* modules **params kwargs (#40137) 2018-05-25 18:03:12 -05:00
tower_job_wait.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
tower_label.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
tower_organization.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
tower_project.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
tower_role.py Fix tower_* modules **params kwargs (#40137) 2018-05-25 18:03:12 -05:00
tower_team.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00
tower_user.py Clean up module documentation (#36909) 2018-03-15 22:15:24 +01:00