mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fixed cg signature
This commit is contained in:
parent
9d37b0c8aa
commit
e2cf3b6e7a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue