summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/lookup/fileglob.py
Commit message (Expand)AuthorAgeFilesLines
* Fix fileglob parameter order bug (#72879)David Shrewsbury2020-12-081-2/+3
* Fix various sanity errors in plugins (#71736)Felix Fontein2020-10-061-2/+4
* add FQCN to M() references (#70530)Baptiste Mille-Mathias2020-08-111-1/+1
* Fix fileglob plugin with non-existent subdirectory (#69451)Mark Goddard2020-05-121-4/+5
* Fix fileglob when using 'file*' vs 'stuff/file*' (#68945)Brian Coca2020-04-171-2/+16
* Clarify example for fileglob lookup plugin (#54941)Keith Maxwell2019-04-071-2/+2
* Better document the return type of the fileglob filter (#52801)John R Barker2019-02-221-0/+1
* Enhance the note about fileglob being local (#45398)zharalim2018-09-171-1/+2
* Update fileglob.py (#45558)tterranigma2018-09-131-2/+2
* Updates to fileglob Documentation (#40461)Daryl Tucker2018-05-241-1/+2
* Lookup docs (#30280)Brian Coca2017-09-191-15/+38
* changed missing file error to warning for lookups (#16800)Brian Coca2016-09-201-4/+1
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-3/+4
* Add missing to_unicode importMarius Gedminas2016-08-231-1/+1
* There's no ansible.module_utils_unicodeMarius Gedminas2016-08-231-1/+1
* Move a path being passed around as a byte string to being passed around as a ...Toshio Kuratomi2016-08-221-2/+3
* Restore previous behavior of ignoring missing files via with_fileglob (#17053)jctanner2016-08-111-3/+8
* fixed lookup search path (#16630)Brian Coca2016-07-131-3/+1
* Additional changes to fix fileglob relative path lookupsJames Cammarata2015-07-271-2/+3
* Add a base-level get_basedir method for lookup plugins and fix relative lookupsJames Cammarata2015-07-271-1/+3
* Making the switch to v2James Cammarata2015-05-031-0/+34