You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
6 years ago
..
__init__.py Transition inventory into plugins (#23001) 7 years ago
clean.py fixes for stripping (#52930) 6 years ago
fact_cache.py Simplify FactCache.update() 6 years ago
hostvars.py Remove unused imports and variable in hostvars.py (#51609) 6 years ago
manager.py move extravars and option vars loading into VM (#51070) 6 years ago
reserved.py Add a Singleton metaclass, use it with Display (#48935) 6 years ago