mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Also add tests around that code path
This commit is contained in:
committed by
Abhijit Menon-Sen
parent
c403f01971
commit
0ff04ad41b
@@ -422,7 +422,7 @@ class DataLoader:
|
||||
if allow_dir:
|
||||
found.extend(self._get_dir_vars_files(to_text(full_path), extensions))
|
||||
else:
|
||||
next
|
||||
continue
|
||||
else:
|
||||
found.append(full_path)
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user