1
0
Fork 0
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:
Brian Coca 2017-06-19 19:08:36 -04:00
parent 9d37b0c8aa
commit e2cf3b6e7a

View file

@ -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)