I'm creating a company set of Ansible roles. One of them relies upon another.
All of these roles are hosted on their specific Gitlab repositories (one per role, obviously).
Instead of messing up with requirements.yml
, I do prefer to use the dependencies
tag of my meta/main.yml
file. But I can't find which syntax use to create dependency links without declare them in Ansible galaxy (which is obviously impossible).
How can I do that ?