b793f08a92
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
3 lines
194 B
YAML
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
|