From 132c0e794dbece25146ed60897af2b1f506fd698 Mon Sep 17 00:00:00 2001 From: Luke Date: Wed, 1 Apr 2015 08:29:56 -0400 Subject: [PATCH] note added to source section Added reminder to not use source install method if you're going to be installing ansible for a Tower system --- docsite/rst/intro_installation.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index 303880cac11..bad6ea068ef 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -103,6 +103,11 @@ when they are implemented, and also easily contribute to the project. Because th nothing to install, following the development version is significantly easier than most open source projects. +.. note:: + + If you are intending to use Tower as the Control Machine, do not use a source install. Please use apt/yum/pip for a stable version + + To install from source. .. code-block:: bash