Running ansible with python3 on ansible host seems to work.
If managed host has only python3, however, it fails due to not finding /usr/bin/python. Debian buster, interpreter_python = auto_silent.
Workaround for now is to ensure managed host has python2.
Is there a Debian config to enable /usr/bin/python to link to python3? Or is an ansible setting to tell it to look for /usr/bin/python3?
Running ansible with python3 on ansible host seems to work. If managed host has only python3, however, it fails due to not finding
/usr/bin/python
. Debian buster,interpreter_python = auto_silent
.Workaround for now is to ensure managed host has python2.
Is there a Debian config to enable
/usr/bin/python
to link to python3? Or is an ansible setting to tell it to look for/usr/bin/python3
?