From c6942578bfb8ecf79850f418ca94d2655b3cef12 Mon Sep 17 00:00:00 2001 From: Henrik Danielsson Date: Tue, 24 Mar 2015 11:27:12 +0100 Subject: [PATCH 1/2] Added installation instructions for Arch Linux. --- docsite/rst/intro_installation.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index 303880cac1..450d125e5f 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -261,6 +261,17 @@ Ansible is available for Solaris as `SysV package from OpenCSW `_. + .. _from_pip: Latest Releases Via Pip From c5d2db9c88b4098c86e76b49e76506079505bfde Mon Sep 17 00:00:00 2001 From: Henrik Danielsson Date: Sat, 25 Jul 2015 00:08:26 +0200 Subject: [PATCH 2/2] Added note about Python 2 for Arch Linux and a link to the ArchWiki page. --- docsite/rst/intro_installation.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index 450d125e5f..c6148e5b64 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -272,6 +272,13 @@ Ansible is available in the Community repository:: The AUR has a PKGBUILD for pulling directly from Github called `ansible-git `_. +Also see the `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