7cdba7c923
* Add sanitize_keys() to module_utils.
* More robust tests
* Revert 69653 change
* Allow list or dict
* fix pep8
* Sanitize lists within dict values
* words
* First pass at uri module
* Fix insane sanity tests
* fix integration tests
* Add changelog
* Remove unit test introduced in 69653
* Add ignore_keys param
* Sanitize all-the-things
* Ignore '_ansible*' keys
* cleanup
* Use module.no_log_values
* Avoid deep recursion issues by using deferred removal structure.
* Nit cleanups
* Add doc blurb
* spelling
* ci_complete
(cherry picked from commit bf98f031f3
)
2 lines
104 B
YAML
2 lines
104 B
YAML
bugfixes:
|
|
- Sanitize no_log values from any response keys that might be returned from the uri module.
|