Minor typo correction varibles -> variables
No impact as variable wasn't used.
(cherry picked from commit 403c142750
)
This commit is contained in:
parent
d600266d52
commit
341ffef08e
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue