Playbook works from terminal but fails when using SemaphoreUI #3073
Unanswered
Mailstorm-ctrl
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@Mailstorm-ctrl |
Beta Was this translation helpful? Give feedback.
1 reply
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 have a fairly simply playbook that will update DHCP reservations based on information passed to semaphore.
All of these tasks work when run from semaphore EXCEPT the last one. The last one complains about a permission issue. It's a permission issue reported by a DHCP server.
Now, when I run this exact same playbook with the exact same inventory directly from the same ansible server using the same environment...it works. The final task completes with no permission or access issues. What is happening inside of semaphore that is changing the behavior of my task?
Beta Was this translation helpful? Give feedback.
All reactions