mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-05 02:03:09 +00:00
Minor typo correction varibles -> variables
No impact as variable wasn't used.
This commit is contained in:
@@ -24,7 +24,7 @@ from ansible.plugins.lookup import LookupBase
|
||||
|
||||
class LookupModule(LookupBase):
|
||||
|
||||
def run(self, terms, varibles=None, **kwargs):
|
||||
def run(self, terms, variables=None, **kwargs):
|
||||
|
||||
# Expect any type of Mapping, notably hostvars
|
||||
if not isinstance(terms, collections.Mapping):
|
||||
|
||||
Reference in New Issue
Block a user