Skip to content

Commit

Permalink
Explain ansible_python_interp. a little better
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdehaan committed Feb 23, 2013
1 parent 1c6b0f9 commit 7650d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docsite/rst/patterns.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 7650d7c

Please sign in to comment.