You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed semaphore manual on a LXC container. My ansible Installation playbook is basically the process described for manual installation via deb file.
After figuring out how to give my semaphore user access to our private role repos, I thought I made it, but every playbook stops directly at the first tasks:
Here with gather_facts:
And here without:
My Simple test which works perfectly if I run locally:
---
- name: Run Base Setuphosts: semaphore-testbecome: truegather_facts: falseroles:
- base
Related to
Web-Frontend (what users interact with)
The text was updated successfully, but these errors were encountered:
Question
I have installed semaphore manual on a LXC container. My ansible Installation playbook is basically the process described for manual installation via deb file.
After figuring out how to give my semaphore user access to our private role repos, I thought I made it, but every playbook stops directly at the first tasks:
Here with gather_facts:
And here without:
My Simple test which works perfectly if I run locally:
Related to
Web-Frontend (what users interact with)
The text was updated successfully, but these errors were encountered: