-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add support for include_tasks #13
Labels
Comments
Thanks for creating the issue. Will check that :-) |
Which of version are you using ? |
Thank you so much haidaraM, it's a great tool and help me to visualize my playbooks. It will be great to support include tasks. |
haidaraM
pushed a commit
that referenced
this issue
Dec 31, 2018
haidaraM
pushed a commit
that referenced
this issue
Dec 31, 2018
haidaraM
pushed a commit
that referenced
this issue
Jan 10, 2019
haidaraM
added a commit
that referenced
this issue
Feb 18, 2019
* Add support for include_tasks. Fixes #13 * Use keyword arguments for _include_tasks_in_blocks * Pass correct variable manager to load_list_of_blocks * Option fail_on_undefined during template * Rewrite test_grapher_simple_playbook * add id to the root node, prefix for play and task ids * make post_process_svg return output_filename * Tests using Pyquery which use more user friendly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At this time:
include_tasks
is not representedinclude_tasks
, for example in ablock
, are represented as a unique task with multiple edgesNice tool, btw... :-)
The text was updated successfully, but these errors were encountered: