Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
haidaraM committed Jan 28, 2024
1 parent 3c6fabc commit b86d31d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansibleplaybookgrapher/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ def parse(self, *args, **kwargs) -> PlaybookNode:
role.tags = role.tags + play.tags

# More context on this line, see here: https://github.com/ansible/ansible/issues/82310
# This seems to work for now.
role._parent = None

if not role.evaluate_tags(
Expand Down

0 comments on commit b86d31d

Please sign in to comment.