[BUG] salt-ssh fails to find platform-python
Python interpreter on EL8
#62235
Labels
Bug
broken, incorrect, or confusing behavior
needs-triage
RHEL
Related to running salt on or targeting Red Had Enterprise Linux
Salt-SSH
Description
salt-ssh fails to find python on a freshly installed EL8 host, even though
salt
is installed on the host, with a compatible python3 interpreter.Setup
dnf install salt-minion
to install thesalt-minion
package.No need to start the minion.
Steps to Reproduce the behavior
Run
test.ping
from local host usingsalt-ssh
:$ salt-ssh "target_host" -w -t test.ping
Even though running
test.ping
on the remote host directly (usingsalt-call
) works fine:Expected behavior
salt-ssh
should be able to locate the remote Python 3 interpreter used bysalt
(here:/usr/libexec/platform-python
)Versions Report
salt --versions-report
(Provided by running salt --versions-report. Please also mention any differences in master/minion versions.)Local host:
Remote host (using
salt-call
):The text was updated successfully, but these errors were encountered: