-
IssueWhen selecting to build from a branch, main playbook and roles codes are pulled from the branch selected but the inventory variables (group_vars/xxxx.yml inside of inventories/ folder) are always pulled from main branch. Inventory may rarely change when using a file from a repository but the group variables would change with the codes - shouldn't this also be pulled from the branch specified? ImpactDocker Installation methodDocker DatabasePostgres BrowserChrome Semaphore VersionTried v2.14.10 and v2.16.18 - both had the same behavior. Ansible VersionLogs & errorsNo response Manual installation - system informationNo response ConfigurationNo response Additional informationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Hi @akadoya You don't need to provide a repository for the inventory if you want to use same repository as template.
|
Beta Was this translation helpful? Give feedback.
-
|
@fiftin ah... make sense, inventory repo doesn't support branch setting yet! Thank you, removing the repo from the inventory setting worked for us. |
Beta Was this translation helpful? Give feedback.
-
|
@akadoya happy to help ;) |
Beta Was this translation helpful? Give feedback.

Hi @akadoya
You don't need to provide a repository for the inventory if you want to use same repository as template.