Commit 7650d7c2 by Michael DeHaan

Explain ansible_python_interp. a little better

parent 1c6b0f93
...@@ -210,8 +210,8 @@ Tip: Keeping your inventory file and variables in a git repo (or other version c ...@@ -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. is an excellent way to track changes to your inventory and host variables.
.. versionadded:: 0.5 .. versionadded:: 0.5
If you ever have two python interpreters on a system, set a If you ever have two python interpreters on a system, or your Python version 2 interpreter is not found
variable called 'ansible_python_interpreter' to the Python at /usr/bin/python, set an inventory variable called 'ansible_python_interpreter' to the Python
interpreter path you would like to use. interpreter path you would like to use.
.. seealso:: .. seealso::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment