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
2019-08-07 10:39:01 -05:00
..
__init__.py Remove UnsafeProxy (#59711) 2019-08-07 10:39:01 -05:00
native_helpers.py Clarify StrictUndefined's side-effect in comment (#52508) 2019-02-19 08:47:43 +01:00
safe_eval.py also allow None Type for safe eval (#58269) 2019-06-24 17:05:18 -04:00
template.py template: fix KeyError: 'undefined variable: 0 (#27972) 2017-08-09 18:50:53 -04:00
vars.py Templar: encapsulate _available_variables (#55435) 2019-05-20 11:49:54 -04:00