mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-13 20:31:24 +00:00
fixed function signature
This commit is contained in:
@@ -109,7 +109,7 @@ class InventoryDirectory(object):
|
||||
if os.path.isdir(fullpath):
|
||||
parser = InventoryDirectory(loader=loader, filename=fullpath)
|
||||
else:
|
||||
parser = get_file_parser(fullpath, loader)
|
||||
parser = get_file_parser(fullpath, self.groups, loader)
|
||||
if parser is None:
|
||||
#FIXME: needs to use display
|
||||
import warnings
|
||||
|
||||
Reference in New Issue
Block a user