I'm playing with role dependencies using git repos
What is the syntax for role dependencies in the role's meta/main.yml file? I've tried
meta/main.yml
---
dependencies:
- role: "git+ssh://git/path/some_repo"
or
-{role: "git+ssh://git@path/some_repo"}
It's an Atlassian Bitbucket repo, hence the ssh:// in path
Thanks