mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
committed by
John R Barker
parent
d5ad3093d6
commit
51b595992b
@@ -36,6 +36,6 @@ def listify_lookup_plugin_terms(terms, templar, loader, fail_on_undefined=True,
|
||||
terms = templar.template(terms, fail_on_undefined=fail_on_undefined)
|
||||
|
||||
if isinstance(terms, string_types) or not isinstance(terms, Iterable):
|
||||
terms = [ terms ]
|
||||
terms = [terms]
|
||||
|
||||
return terms
|
||||
|
||||
Reference in New Issue
Block a user