-
|
Hello, I have this - name: role-example
scm: git
src: ssh://[email protected]/Roles/role-example
version: mainMy problem is that the role isn't updated to the latest commit because the requirements.yml doesn't change. Is there a way to trigger an update of my roles? Or is my method not ok? I have one repo with all my playbooks, and many roles repos. Thank you all |
Beta Was this translation helpful? Give feedback.
Answered by
7840vz
Sep 28, 2024
Replies: 1 comment 1 reply
-
|
We set |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
fiftin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We set
versionto commit sha, or git tag instead of branch name.