ansible/lib/ansible/template
Adrian Likins df3e4cd7f4 Don't check for var._obj in template._clean_data (#20868)
* Don't check for var._obj in template._clean_data

AnsibleUnsafe or other unsafe vars used to have a
'_obj' slot but no longer do. This was causing attribute
errors if a object was 'unsafe' but not a string.

Add tests for AnsibleUnsafe, lookups, and AnsibleContext
2017-02-08 16:09:34 -05:00
..
__init__.py Don't check for var._obj in template._clean_data (#20868) 2017-02-08 16:09:34 -05:00
safe_eval.py no calls plz 2017-01-12 10:35:26 -05:00
template.py Fixing security bugs for CVE-2016-9587 2017-01-09 10:43:03 -06:00
vars.py Don't restrict local jinja2 variables to those that start with l_ 2017-01-20 07:15:51 -06:00