fix script inventory plugin

fixes #25371

there is still better ways to do this, but this will 'unbreak' devel for now
This commit is contained in:
Brian Coca 2017-06-05 18:25:48 -04:00
parent 9831e1597f
commit cf59f9765e
2 changed files with 11 additions and 11 deletions

View file

@ -73,7 +73,7 @@ class BaseInventoryPlugin(object):
def clear_cache(self):
pass
def populate_host_vars(self, hosts, variables, group, port=None):
def populate_host_vars(self, hosts, variables, group=None, port=None):
if hosts:
for host in hosts: