mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
fixed cg signature
This commit is contained in:
@@ -74,7 +74,7 @@ class InventoryModule(BaseInventoryPlugin):
|
||||
|
||||
return valid
|
||||
|
||||
def parse(self, inventory, loader, path):
|
||||
def parse(self, inventory, loader, path, cache=False):
|
||||
''' parses the inventory file '''
|
||||
|
||||
super(InventoryModule, self).parse(inventory, loader, path)
|
||||
|
||||
Reference in New Issue
Block a user