You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output confirms that, e.g., python3.6 is than used instead of python(2).
When I do the same with mitogen enabled, it will still use python(2). When I use ansible_python_interpreter from within the inventory file, it works, however.
The text was updated successfully, but these errors were encountered:
When I run ansible without mitogen, I can set the remote Python interpreter via the envirnoment variable
ANSIBLE_PYTHON_INTERPRETER
:ANSIBLE_PYTHON_INTERPRETER=/usr/bin/python3 ansible-playbook deploy.yaml -vvv
The output confirms that, e.g., python3.6 is than used instead of python(2).
When I do the same with mitogen enabled, it will still use python(2). When I use
ansible_python_interpreter
from within the inventory file, it works, however.The text was updated successfully, but these errors were encountered: