Merge pull request #12595 from amenonsen/fixups-1
Remove mysterious old cruft
This commit is contained in:
commit
9c42a4cc69
1 changed files with 0 additions and 2 deletions
|
@ -26,8 +26,6 @@ from ansible.utils.listify import listify_lookup_plugin_terms
|
|||
class LookupModule(LookupBase):
|
||||
|
||||
def _lookup_variables(self, terms, variables):
|
||||
foo = variables.copy()
|
||||
foo.pop('vars', None)
|
||||
results = []
|
||||
for x in terms:
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue