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
When using Pyenv Virtualenv the ANSIBLE_PYTHON_INTERPRETER passed to
run_command is `auto_silent` and does not resolve to the Python
interpreter used by the virtualenv.
Passing instead `sys.executable` seems solving the issue.
0 commit comments