From 8f2f564f1d29449b3ca10b5cc182752b5a063080 Mon Sep 17 00:00:00 2001 From: Mohamed El Mouctar HAIDARA Date: Sun, 19 Sep 2021 19:32:39 +0200 Subject: [PATCH] docs: Remove todo from the README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 14c635d..d062d7c 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,3 @@ $ make test # run all tests The graphs are generated in the folder `tests/generated_svg`. They are also generated as artefacts in [Github Actions](https://github.com/haidaraM/ansible-playbook-grapher/actions). Feel free to look at them when submitting PRs. - -## TODO - -- Graphviz : properly rank the edge of the graph to represent the order of the execution of the tasks and roles -- Graphviz : find a way to avoid or reduce edges overlapping