-
I setup Semaphore using the docker_compose method. I am attempting to run a simple package update and I get lock failure error. Other modules work. Here is the simple playbook to reproduce the problem:
Ping module works but package module fails with this error:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If I connect to the docker container and run the playbook manually, it runs without failure. So baffling. Anyone have any idea why it doesn't work when run inside Semaphore? |
Beta Was this translation helpful? Give feedback.
-
Turns out the sudo creds were not working. You can't have sudo creds with a login name. Created a second credential with just the password and it works. See this issue for details: If this is not a bug, please add it to the documentation. |
Beta Was this translation helpful? Give feedback.
Turns out the sudo creds were not working. You can't have sudo creds with a login name. Created a second credential with just the password and it works. See this issue for details:
#795 (comment)
If this is not a bug, please add it to the documentation.