ansible/lib/ansible/vars
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
..
__init__.py
clean.py fixes for stripping (#52930) 2019-03-12 18:18:38 -04:00
fact_cache.py Simplify FactCache.update() 2018-12-05 12:33:27 -08:00
hostvars.py Remove unused imports and variable in hostvars.py (#51609) 2019-02-07 11:05:39 -05:00
manager.py move extravars and option vars loading into VM (#51070) 2019-01-30 16:25:36 -05:00
reserved.py Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00