mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 17:23:09 +00:00
don't want to ignore explicit cwd
This commit is contained in:
@@ -49,7 +49,7 @@ class InventoryDirectory(object):
|
||||
# used when run specifically
|
||||
continue
|
||||
# Skip hidden files
|
||||
if i.startswith('.'):
|
||||
if i.startswith('.') and not i.startswith('./'):
|
||||
continue
|
||||
# These are things inside of an inventory basedir
|
||||
if i in ("host_vars", "group_vars", "vars_plugins"):
|
||||
|
||||
Reference in New Issue
Block a user