Minor typo correction varibles -> variables
No impact as variable wasn't used.
This commit is contained in:
parent
594d7d5d9d
commit
403c142750
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ from ansible.plugins.lookup import LookupBase
|
||||||
|
|
||||||
class LookupModule(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
|
# Expect any type of Mapping, notably hostvars
|
||||||
if not isinstance(terms, collections.Mapping):
|
if not isinstance(terms, collections.Mapping):
|
||||||
|
|
Loading…
Reference in a new issue