mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-10 10:01:48 -05:00
Revert "follow symlinks while discovering valid playbooks"
This reverts commit 3dd21d720e.
This commit is contained in:
@@ -64,7 +64,6 @@ def could_be_playbook(project_path, dir_path, filename):
|
||||
matched = True
|
||||
break
|
||||
except IOError:
|
||||
logger.exception(f'failed to open {playbook_path}')
|
||||
return None
|
||||
if not matched:
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user