-
Notifications
You must be signed in to change notification settings - Fork 56
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
[Bug report] TypeError: 'str' object is not callable #91
Comments
Content of the yml
|
Hi. Can you try with the latest version on main: |
I suspect a bug with graphviz. My tests in CI are failing with the same messages: https://github.com/haidaraM/ansible-playbook-grapher/runs/4131881442?check_suite_focus=true Can you send me a pip freeze ? |
Here it is:
|
Perfect thanks!. Your example is working on my local computer. The issue is with the latest version of graphviz. It should work with an older version of graphiz. Try this: I will check later graphviz CHANGELOG to see what changed in 0.18 |
Released two versions: 1.0.0.dev4 and 0.11.2 with the fix. |
Describe the bug
When you run the
ansible-playbook-grapher some_playbook.yml
and the command return a TypeErrorTo Reproduce
ansible-playbook-grapher some_playbook.yml
Expected behavior
Generate svg file for the playbook
Screenshots
Versions:
Outputs of :
ansible --version
ansible-playbook-grapher --version
ansible-playbook-grapher 0.11.1 (with ansible 2.11.6)
Additional context
Using Ubuntu 20.04 LTS WSL
The text was updated successfully, but these errors were encountered: