|
|
|
@ -26,8 +26,6 @@ from ansible.utils.listify import listify_lookup_plugin_terms
|
|
|
|
class LookupModule(LookupBase):
|
|
|
|
class LookupModule(LookupBase):
|
|
|
|
|
|
|
|
|
|
|
|
def _lookup_variables(self, terms, variables):
|
|
|
|
def _lookup_variables(self, terms, variables):
|
|
|
|
foo = variables.copy()
|
|
|
|
|
|
|
|
foo.pop('vars', None)
|
|
|
|
|
|
|
|
results = []
|
|
|
|
results = []
|
|
|
|
for x in terms:
|
|
|
|
for x in terms:
|
|
|
|
try:
|
|
|
|
try:
|
|
|
|
|