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
Martin Krizek 164881d871 Remove UnsafeProxy (#59711)
* Remove UnsafeProxy

Move the work from UnsafeProxy to wrap_var and add support for bytes.
Where wrap_var is not needed, use AnsibleUnsafeBytes/AnsibleUnsafeText
directly.

Fixes #59606

* item is not always text

* Address issues from reviews

* ci_complete
5 years ago
..
__init__.py Remove UnsafeProxy (#59711) 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) 5 years ago