From 7650d7c20e16ad39212ea43627b6d7c997ac478a Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 23 Feb 2013 13:19:31 -0500 Subject: [PATCH] Explain ansible_python_interp. a little better --- docsite/rst/patterns.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docsite/rst/patterns.rst b/docsite/rst/patterns.rst index d041562f5e..6347998a7b 100644 --- a/docsite/rst/patterns.rst +++ b/docsite/rst/patterns.rst @@ -210,8 +210,8 @@ Tip: Keeping your inventory file and variables in a git repo (or other version c is an excellent way to track changes to your inventory and host variables. .. versionadded:: 0.5 - If you ever have two python interpreters on a system, set a - variable called 'ansible_python_interpreter' to the Python + If you ever have two python interpreters on a system, or your Python version 2 interpreter is not found + at /usr/bin/python, set an inventory variable called 'ansible_python_interpreter' to the Python interpreter path you would like to use. .. seealso::