-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New remarks tag #1
base: develop
Are you sure you want to change the base?
Conversation
@@ -73,26 +73,14 @@ def get_role_paths(self): | |||
return role_full_paths | |||
|
|||
def get_playbook_paths(self): | |||
""" Crawl Directory structure excluding role roles_path | |||
and find all .yml files """ | |||
""" Find all .yml files in main project directory""" | |||
playbooks = [] | |||
|
|||
# Find all .yml files in the project directory |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add a comment here specifically saying that we're not recursing?
role_info.append(roles[i]) | ||
playbookentry["role_info"] = role_info | ||
playbookentry["task_names"] = task_names | ||
# Loop through Playbook tasks | ||
if folder_content not in self.parserdata: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a lot more to this than I expected. Can we have a chat please, so I can understand what's going on?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed, please add some comments explaining what you just told me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks grand!
I dont think we can send this as a PR to the forked repo but thats probably fine.
Id like to discuss one section but otherwise all good!
Adding: