Skip to content

Commit

Permalink
no need to build the role handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
haidaraM committed Jan 9, 2025
1 parent 4695260 commit bd61e21
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ansibleplaybookgrapher/renderer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,16 +213,6 @@ def traverse_play(self, play_node: PlayNode, **kwargs) -> None:
**kwargs,
)

if self.show_handlers:
for r_handler in role.handlers:
self.build_node(
play_node=play_node,
node=r_handler,
color=color,
fontcolor=play_font_color,
**kwargs,
)

# tasks
for task in play_node.tasks:
self.build_node(
Expand Down

0 comments on commit bd61e21

Please sign in to comment.