mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
removed debugging prints
This commit is contained in:
parent
798d05ea41
commit
caf5868ec9
2 changed files with 0 additions and 2 deletions
|
@ -87,7 +87,6 @@ class InventoryModule(BaseInventoryPlugin):
|
|||
|
||||
valid = False
|
||||
if super(InventoryModule, self).verify_file(path):
|
||||
print(path)
|
||||
if path.endswith('.vbox.yaml') or path.endswith('.vbox.yml'):
|
||||
valid = True
|
||||
return valid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue