Skip to content

Commit

Permalink
Update Readme: The grapher now requires ansible >= 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed El Mouctar HAIDARA committed Apr 3, 2019
1 parent a11a872 commit f725f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ this project is to quickly have an overview of your playbook.
Inspired by [Ansible Inventory Grapher](https://github.com/willthames/ansible-inventory-grapher).

## Prerequisites
* **Ansible** >= 2.4: The script has not been tested with an earlier version of Ansible. If you still use an older version of Ansible, create an virtual environment and install ansible-playbook-grapher. **The installation process will install a version of Ansible >= 2.4**
* **Ansible** >= 2.7: The script has not been tested with an earlier version of Ansible, some features may not work. If you still use an older version of Ansible, create an virtual environment and install ansible-playbook-grapher. **`pip install` will install a version of Ansible >= 2.7**

* **graphviz**: The tool used to generate the graph in SVG.
```
Expand Down

0 comments on commit f725f3c

Please sign in to comment.