I use an inventory which has multiple (7) sources from Git. The number of sources is such because different teams have co-responsibility over the content of the repositories that are the Git sources. I use tags in the Git projects and provision a new tag on every update, which triggers the project to be updated whenever the tag changes. I want to use the option “update on project update”, however only a single SCM based inventory source can be configured with this per inventory. So to ensure that any change in the inventory source project is immediately used by a job template that consumes the inventory I have enabled the option “update on launch” however this adds additional lag to each job template execution.
Does anyone have an idea to improve this that doesn’t involve merging all the Git repos into a single one?
Rod Oliver