requirements.yml location / ansible-galaxy installation behaviour #2926
-
I've observed that Semaphore processes the
Is it possible to maintain a single I've noticed that when running |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I hit the same issue and proposed a patch a few days ago in #2920 that should allow to install roles and collections from a single |
Beta Was this translation helpful? Give feedback.
-
Removing the following line would fix my problem. This would install all collections and roles from the same semaphore/db_lib/AnsibleApp.go Line 104 in 1a6a182 Tested in a local environment. Though I've no idea if this is the correct way in the global context of this project (probably not). |
Beta Was this translation helpful? Give feedback.
After further investigating the code, I found out how semaphore processes the
requirements.yml
It only runs the role and collection installation if the requirements.yml is in theroot
of the repository. Would have been way easier if this was documented. I'll take a look at the documentation and create a PR for this.