Merge pull request #14281 from dagwieers/fix-first-found-list

Handle when the lookup-plugin is used in jinja-style
This commit is contained in:
Brian Coca 2016-02-03 11:13:57 -05:00
commit 26cd465068

View file

@ -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: