Added note about Python 2 for Arch Linux and a link to the ArchWiki page.
This commit is contained in:
parent
c6942578bf
commit
c5d2db9c88
1 changed files with 7 additions and 0 deletions
|
@ -272,6 +272,13 @@ Ansible is available in the Community repository::
|
|||
|
||||
The AUR has a PKGBUILD for pulling directly from Github called `ansible-git <https://aur.archlinux.org/packages/ansible-git>`_.
|
||||
|
||||
Also see the `Ansible <https://wiki.archlinux.org/index.php/Ansible>`_ page on the ArchWiki.
|
||||
|
||||
.. note::
|
||||
|
||||
If you have Python 3 as a default Python slot on your Arch nodes (default setting), then you
|
||||
must set ``ansible_python_interpreter = /usr/bin/python2`` in your group or inventory variables.
|
||||
|
||||
.. _from_pip:
|
||||
|
||||
Latest Releases Via Pip
|
||||
|
|
Loading…
Reference in a new issue