Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
haidaraM committed Mar 22, 2024
1 parent 6276003 commit 17e488c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansibleplaybookgrapher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from .graph_model import PlaybookNode, PlayNode, TaskNode, RoleNode, BlockNode
from .parser import PlaybookParser

__version__ = "2.1.2"
__version__ = "2.2.0-dev"
__prog__ = "ansible-playbook-grapher"

display = Display()
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/play-hiding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

- hosts: host3 # This should not be displayed when --hide-empty-plays is set
tags:
- play3
- play3
2 changes: 1 addition & 1 deletion tests/test_mermaid_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def run_grapher(

def _common_tests(mermaid_path: str, playbook_paths: List[str], **kwargs):
"""
Some common tests for mermaid renderer
:param mermaid_path:
:param playbook_paths:
:param kwargs:
Expand Down

0 comments on commit 17e488c

Please sign in to comment.