summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/lookup/template.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "Do not escape backslashes when using the template lookup plugin"Toshio Kuratomi2017-11-091-2/+1
* Do not escape backslashes when using the template lookup pluginToshio Kuratomi2017-08-071-1/+2
* centralize ansible_managed and other template varsBrian Coca2017-04-131-2/+8
* Fix regression in jinja2 include search path (#18617)Virgil Dupras2016-11-291-0/+8
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-3/+3
* Add some missing imports from last night's py3 fixes (#17196)Toshio Kuratomi2016-08-231-1/+1
* Move a path being passed around as a byte string to being passed around as a ...Toshio Kuratomi2016-08-221-1/+1
* fixed lookup search path (#16630)Brian Coca2016-07-131-11/+9
* correctly adds searchpath as listBrian Coca2016-04-011-1/+2
* fix unicode input for template lookupBrian Coca2016-01-291-1/+2
* Merge pull request #12881 from Scypho/develToshio Kuratomi2015-11-121-1/+2
|\
| * allowing json in lookup template callsJens Peter Schroer2015-10-231-1/+2
* | Finish up plugin porting to global displayToshio Kuratomi2015-11-111-1/+0
* | Port lookup plugins to global display.Toshio Kuratomi2015-11-111-2/+10
|/
* Properly assign search path to environment.loader in template lookupJames Cammarata2015-09-171-3/+4
* listify lookup plugin terms when they're specified as "{{ lookup(terms) }}"Toshio Kuratomi2015-08-101-3/+0
* Fix jinja2 template search pathingJames Cammarata2015-08-041-0/+7
* Use templar all the way downJames Cammarata2015-08-041-4/+1
* Add a base-level get_basedir method for lookup plugins and fix relative lookupsJames Cammarata2015-07-271-5/+2
* adding display to plugins and start moving debug to displayBrian Coca2015-07-231-0/+2
* simplified and normalized lookup search path behaviourBrian Coca2015-07-221-4/+12
* Making the switch to v2James Cammarata2015-05-031-0/+45