ansible/changelogs/fragments/strip_keys_fixes.yml
Brian Coca b793f08a92
fixes for stripping (#52930)
function changed to do in place replacement, should be less expensive even with copy as it avoids 'sub copies', can compose with module_args_copy to create replacement for old behavior

  attempt to fix #52910

* handle lists and subdicts correctly
* added  missing exception case, which was not noticed since 'cleaning' was not working
* added comments to clarify exceptions
2019-03-12 18:18:38 -04:00

3 lines
194 B
YAML

bugfixes:
- change function to in place replacement, compose with module_args_copy for 'new clean copy'
- avoid making multiple 'sub copies' when traversing already 'clean copy' of dict