1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Explain ansible_python_interp. a little better

This commit is contained in:
Michael DeHaan 2013-02-23 13:19:31 -05:00
parent 1c6b0f93f1
commit 7650d7c20e

View file

@ -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::