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/template
Matt Martz f8654de851
Ensure that data within a tuple is marked as unsafe (#65918)
* Use is_sequence, and Mapping throughout, add support for tuples. Fixes #65722

* Address tests

* Remove unused import

* Add changelog

* Add docstring for clarity

* Argh, linting fix

* Not chasing this rabbit

* wrap_var doesn't return a ref to the original item

* no ref tests

* Remove unused import
5 years ago
..
__init__.py Ensure that data within a tuple is marked as unsafe (#65918) 5 years ago
native_helpers.py Clarify StrictUndefined's side-effect in comment (#52508) 6 years ago
safe_eval.py also allow None Type for safe eval (#58269) 5 years ago
template.py template: fix KeyError: 'undefined variable: 0 (#27972) 7 years ago
vars.py Templar: encapsulate _available_variables (#55435) 6 years ago