mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Merge pull request #12595 from amenonsen/fixups-1
Remove mysterious old cruft
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user