ansible/changelogs/fragments/fileglob_fixes.yml
Brian Coca d3cab602a5
Fix fileglob when using 'file*' vs 'stuff/file*' (#68945)
* Fix fileglob when using 'file*' vs 'stuff/file*'

 when not having dir in glob, files/ subdir was being ignored.

* tests for fileglob
2020-04-17 09:51:05 -04:00

3 lines
148 B
YAML

bugfixes:
- deal with cases in which just a file is pased and not a path with directories, now fileglob correctly searches in 'files/' subdirs.