Minor typo correction varibles -> variables

No impact as variable wasn't used.
pull/18345/head
Nick Piper 7 years ago committed by Brian Coca
parent 594d7d5d9d
commit 403c142750

@ -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…
Cancel
Save