Skip to content
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

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from
Open

New remarks tag #1

wants to merge 12 commits into from

Conversation

TimWooSoftwire
Copy link
Collaborator

Adding:

  • Remarks tag
  • Playbooks now show roles
  • Only roles and top level yaml files have readmes generated for them

@usmanatron usmanatron self-assigned this Apr 7, 2020
@@ -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
Copy link
Member

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:
Copy link
Member

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?

Copy link
Member

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!

Copy link
Member

@usmanatron usmanatron left a 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants