mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Explain template dep further
This commit is contained in:
parent
7c43ca4fb1
commit
da97024419
3 changed files with 3 additions and 3 deletions
|
@ -187,7 +187,7 @@ that you’ll be talking to the remote machines from), you will need:</p>
|
||||||
</ul>
|
</ul>
|
||||||
<p>On the managed nodes, to use templates, you will also need:</p>
|
<p>On the managed nodes, to use templates, you will also need:</p>
|
||||||
<ul class="simple">
|
<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>
|
<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 as templates will be evaluated locally)</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="getting-ansible">
|
<div class="section" id="getting-ansible">
|
||||||
|
|
|
@ -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:
|
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
|
Getting Ansible
|
||||||
```````````````
|
```````````````
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue