Replies: 2 comments
-
make sure paramiko is installed under the semahore user |
Beta Was this translation helpful? Give feedback.
0 replies
-
when you run ansible from command line it looks for collections in /home//.ansible/collections/ when you run from semaphore it will tell you where it is looking for collections, look for a line like this in the output |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
i'm trying to run playbook to cisco router, but the warning is
msg: 'paramiko is not installed: No module named ''paramiko'''
before than i already sure the SSH can connect form my control node (ubuntu) to cisco router.
and then i'm run manual with ansible-playbook command already success also.
but with ansible semaphore the error is exist
Beta Was this translation helpful? Give feedback.
All reactions