mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #1932 from jblaine/patch-1
Correct python module name for jinja2
This commit is contained in:
commit
6d72529420
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@ Ansible is written for Python 2.6. If you are running Python 2.5 on an "Enterpr
|
||||||
your distribution can easily install 2.6 (see instructions in the next section). Newer versions
|
your distribution can easily install 2.6 (see instructions in the next section). Newer versions
|
||||||
of Linux and OS X should already have 2.6.
|
of Linux and OS X should already have 2.6.
|
||||||
|
|
||||||
In additon to Python 2.6, you will want the following packages:
|
In additon to Python 2.6, you will want the following Python modules (installed via pip or perhaps via your OS package manager via slightly different names):
|
||||||
|
|
||||||
* ``paramiko``
|
* ``paramiko``
|
||||||
* ``PyYAML``
|
* ``PyYAML``
|
||||||
* ``python-jinja2``
|
* ``jinja2``
|
||||||
|
|
||||||
On the managed nodes, you only need Python 2.4 or later, but if you are are running less than Python 2.6 on them, you will
|
On the managed nodes, you only need Python 2.4 or later, but if you are are running less than Python 2.6 on them, you will
|
||||||
also need:
|
also need:
|
||||||
|
|
Loading…
Reference in a new issue