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