mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 09:13:12 +00:00
Merge pull request #2825 from sergevanginderachter/firstfound-ossep
remove hardcoded unix dir separator in first_found
This commit is contained in:
@@ -152,7 +152,7 @@ class LookupModule(object):
|
||||
else:
|
||||
for path in pathlist:
|
||||
for fn in filelist:
|
||||
f = path + '/' + fn
|
||||
os.path.join(path, fn)
|
||||
total_search.append(f)
|
||||
else:
|
||||
total_search = [term]
|
||||
|
||||
Reference in New Issue
Block a user