summaryrefslogtreecommitdiff
path: root/lib/ansible/template
Commit message (Expand)AuthorAgeFilesLines
* [stable-2.8] Wrap CLI passwords as AnsibleUnsafeText (#63352)Matt Martz2019-10-111-1/+1
* [stable-2.8] also allow None Type for safe eval (#58269)markafarrell2019-06-251-0/+1
* safe_eval fix (#57188)Brian Coca2019-06-202-3/+7
* Not native, but text (#55676) (#56935)Brian Coca2019-06-031-1/+1
* Extend jinja2 nested undefined support to keys/indices (#55094)Matt Martz2019-04-101-0/+4
* Collection content loading (#52194)Matt Davis2019-03-281-4/+92
* dict is dict (#54057)Brian Coca2019-03-201-0/+3
* template: add additional variable for dest path (#52015)Abhijeet Kasurde2019-02-191-8/+10
* Clarify StrictUndefined's side-effect in comment (#52508)Martin Krizek2019-02-191-0/+2
* Native Jinja2: raise undefined error immediately (#52237)Martin Krizek2019-02-151-0/+12
* Fix safe_eval on Python 3.8.Matt Clay2019-02-131-0/+8
* Custom jinja Undefined class for handling nested undefined attributes (#51768)Andrew Gaffney2019-02-121-2/+15
* Update bare exceptions to specify Exception.Toshio Kuratomi2018-12-161-2/+2
* Add now() jinja2 global func for getting the date/time (#43792)Matt Martz2018-12-071-0/+14
* templar: ensure that exceptions are handled, fix 'AttributeError' (#48792)Pilou2018-11-291-1/+1
* Fix using vault encrypted data with jinja2_native (#49025)Martin Krizek2018-11-271-1/+8
* Warn about falling back to jinja2_native=false (#49063)Martin Krizek2018-11-271-0/+5
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* Do not strip new lines in native jinja (#46751)Martin Krizek2018-10-191-5/+2
* Python 3.8 collections compatibility fixes.Matt Clay2018-10-082-3/+2
* remove unused templar._clean_data() (#42739)James Cassell2018-09-111-60/+0
* Remove bare_deprecated functionality (#44517)Matt Martz2018-08-231-7/+3
* Add specific exceptions to exceptJoren Vrancken2018-08-011-1/+1
* When using ANSIBLE_JINJA2_NATIVE bypass our None filtering in _finalze (#41408)Matt Martz2018-06-121-1/+6
* Allow config to enable native jinja types (#32738)jctanner2018-05-312-18/+83
* Fix when template paths contain non-ascii chars and using the path in ansible...Toshio Kuratomi2018-04-301-5/+4
* fix exception on lookup ignore errorBrian Coca2018-04-161-1/+1
* Remove duplicated "instead" word (#38800)Victor Bocharsky2018-04-161-1/+1
* allow user control of lookup error behaviour (#35932)Brian Coca2018-04-121-2/+9
* allow for parameterized string functionsBrian Coca2018-04-101-1/+2
* Don't overwrite builtin jinja2 filters with tests (#37881)Matt Martz2018-03-261-2/+5
* Fix loader for filters (#37748)Toshio Kuratomi2018-03-222-9/+6
* Revert "remove query/q (#36315)"Toshio Kuratomi2018-02-211-1/+7
* remove query/q (#36315)Brian Coca2018-02-211-7/+1
* Only template each hostvars var on-demand (fixes #33259)Andrew Gaffney2018-02-151-3/+3
* 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
* Clarify lookup plugin TypeError recoveryToshio Kuratomi2018-01-301-1/+10
* 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
* Add q/query aliases to lookup (#33466)Brian Coca2017-12-141-1/+7
* Deprecate tests used as filters (#32361)Matt Martz2017-11-271-1/+25
* Remove uses of assert in production code (#32079)Matt Martz2017-11-131-2/+3
* added debug info when skipping undefBrian Coca2017-10-271-1/+1
* Fix dangerous default args. (#29839)Matt Clay2017-09-122-3/+7
* Ansible Config part2 (#27448)Brian Coca2017-08-152-2/+2
* template: fix KeyError: 'undefined variable: 0 (#27972)Zac Medico2017-08-092-2/+21
* Try to show original exception info for yaml (and other) errors (#24468)Adrian Likins2017-06-091-1/+1
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-024-37/+40
* fix from https://github.com/ansible/ansible/pull/23001Sergey Bondarev2017-05-191-1/+0