mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 23:31:25 -07: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:
parent
9831e1597f
commit
cf59f9765e
2 changed files with 11 additions and 11 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue