mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 16:23:10 +00:00
Handle when the lookup-plugin is used in jinja-style
This fixes #14190.
This commit is contained in:
@@ -171,7 +171,7 @@ class LookupModule(LookupBase):
|
||||
else:
|
||||
total_search.append(term)
|
||||
else:
|
||||
total_search = terms
|
||||
total_search = self._flatten(terms)
|
||||
|
||||
roledir = variables.get('roledir')
|
||||
for fn in total_search:
|
||||
|
||||
Reference in New Issue
Block a user