mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user