-
QuestionHello there! I got some issues lately that I solved but can't figure out why it occurs.
It appears that Semaphore uses binaries from "/usr/local/bin" instead of "/usr/bin/". But the Ansible version installed is well configured to use /usr/bin binaries and works fine in CLI:
My temporary fix > create a symbolic link to force semaphore using the right binaries. Is someone has a explanation about why the UI is using the binaries in /usr/local/bin? My Config:
Related toNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@kupe-dono, this isn’t an issue with Semaphore but rather with your environment. I suspect Ansible is installed in two different locations on your system, and they appear in a different order within your You can specify |
Beta Was this translation helpful? Give feedback.
@kupe-dono, this isn’t an issue with Semaphore but rather with your environment.
I suspect Ansible is installed in two different locations on your system, and they appear in a different order within your
PATH
environment variable.You can specify
PATH
environment variable for Semaphore explicitly like in your user's environment.