Explain template dep further

This commit is contained in:
Michael DeHaan
2012-04-17 21:02:19 -04:00
parent 7c43ca4fb1
commit da97024419
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ If you have any managed-nodes with python older than 2.6, you will also need:
On the managed nodes, to use templates, you will also need:
* ``python-jinja2`` (you can easily install this using ansible, and this will not be required in version 0.3)
* ``python-jinja2`` (you can easily install this using ansible, and this will not be required in version 0.3 as templates will be evaluated locally)
Getting Ansible
```````````````