Make note about jinja2 dependency going away
This commit is contained in:
parent
cd5fe8a467
commit
7c43ca4fb1
3 changed files with 11 additions and 11 deletions
|
@ -181,14 +181,14 @@ that you’ll be talking to the remote machines from), you will need:</p>
|
|||
<li>The Python 2.5 backport of the <tt class="docutils literal"><span class="pre">multiprocessing</span></tt> module (<a class="reference external" href="http://code.google.com/p/python-multiprocessing/wiki/Install">see here</a>)</li>
|
||||
<li><tt class="docutils literal"><span class="pre">python-simplejson</span></tt></li>
|
||||
</ul>
|
||||
<p>On the managed nodes, to use templates, you will also need:</p>
|
||||
<ul class="simple">
|
||||
<li><tt class="docutils literal"><span class="pre">python-jinja2</span></tt> (you can easily install this using ansible)</li>
|
||||
</ul>
|
||||
<p>And if you have any managed-nodes with python older than 2.6, you will also need:</p>
|
||||
<p>If you have any managed-nodes with python older than 2.6, you will also need:</p>
|
||||
<ul class="simple">
|
||||
<li><tt class="docutils literal"><span class="pre">python-simplejson</span></tt></li>
|
||||
</ul>
|
||||
<p>On the managed nodes, to use templates, you will also need:</p>
|
||||
<ul class="simple">
|
||||
<li><tt class="docutils literal"><span class="pre">python-jinja2</span></tt> (you can easily install this using ansible, and this will not be required in version 0.3)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="getting-ansible">
|
||||
<h2>Getting Ansible<a class="headerlink" href="#getting-ansible" title="Permalink to this headline">¶</a></h2>
|
||||
|
|
|
@ -18,14 +18,14 @@ If you are only running Python 2.5, you will also need:
|
|||
* The Python 2.5 backport of the ``multiprocessing`` module (`see here <http://code.google.com/p/python-multiprocessing/wiki/Install>`_)
|
||||
* ``python-simplejson``
|
||||
|
||||
On the managed nodes, to use templates, you will also need:
|
||||
|
||||
* ``python-jinja2`` (you can easily install this using ansible)
|
||||
|
||||
And if you have any managed-nodes with python older than 2.6, you will also need:
|
||||
If you have any managed-nodes with python older than 2.6, you will also need:
|
||||
|
||||
* ``python-simplejson``
|
||||
|
||||
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)
|
||||
|
||||
Getting Ansible
|
||||
```````````````
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue