summaryrefslogtreecommitdiff
path: root/lib/ansible/template/vars.py
Commit message (Expand)AuthorAgeFilesLines
* Templar: encapsulate _available_variables (#55435)Martin Krizek2019-05-201-5/+5
* templar: ensure that exceptions are handled, fix 'AttributeError' (#48792)Pilou2018-11-291-1/+1
* Python 3.8 collections compatibility fixes.Matt Clay2018-10-081-2/+1
* Fix jinja2>=2.9 nested include vars (#35099)Martin Krizek2018-02-071-1/+8
* Check that AnsibleUndefinedVariable doesn't occur when an unused variable ref...Pilou2018-02-021-1/+3
* Remove incorrect assumption on exception constructors (#35271)Thomas Quinot2018-01-261-4/+5
* [template/vars] Use to_native(exception) as a fallback for Python 3 which doe...Sloane Hertel2017-12-191-1/+4
* template: fix KeyError: 'undefined variable: 0 (#27972)Zac Medico2017-08-091-1/+13
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-2/+2
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-1/+2
* Don't restrict local jinja2 variables to those that start with l_James Cammarata2017-01-201-2/+5
* Fixing security bugs for CVE-2016-9587James Cammarata2017-01-091-1/+1
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-3/+3
* Improve message content to get more hint about the raised error.Yannig Perré2016-02-171-1/+7
* Cleaning up bugs related to perf improvement changesJames Cammarata2015-11-051-4/+1
* Fixing up performanceJames Cammarata2015-11-051-1/+4
* Bundle a new version of python-six for compatibility along with some code to ...six-compatToshio Kuratomi2015-10-161-1/+1
* Replace .iteritems() with six.iteritems()Marius Gedminas2015-09-031-1/+2
* Remove outdated FIXME; HostVars is imported and used belowAbhijit Menon-Sen2015-07-311-3/+0
* Change the use of a mutable arg for a default value for localsJames Cammarata2015-06-191-1/+1
* Properly use local variables from templates including other templatesJames Cammarata2015-06-181-2/+12
* Making the switch to v2James Cammarata2015-05-031-0/+88