summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/lookup/file.py
Commit message (Expand)AuthorAgeFilesLines
* add rstrip and lstrip bool flags to file lookup plugin (#31738)tomo2018-01-231-1/+15
* Lookup docs (#30280)Brian Coca2017-09-191-15/+35
* Fix bug (#18355) where encrypted inventories fail 18355 (#18373)Adrian Likins2016-11-071-1/+3
* 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-9/+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
* Cleanup more pyflakes warnings (2 real problems)Toshio Kuratomi2015-10-191-4/+1
* listify lookup plugin terms when they're specified as "{{ lookup(terms) }}"Toshio Kuratomi2015-08-101-3/+0
* Add a base-level get_basedir method for lookup plugins and fix relative lookupsJames Cammarata2015-07-271-4/+1
* 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-19/+13
* brought back terms testing as with_ is not only way to call and we cannot gua...Brian Coca2015-06-111-0/+3
* removed redundant string checkBrian Coca2015-06-101-6/+3
* Fix lookup() pluginDavide Guerri2015-06-041-1/+1
* More template unit tests for v2James Cammarata2015-05-171-4/+8
* Making the switch to v2James Cammarata2015-05-031-0/+60