Hello Ansible Project users,
We'd like to have a versioned master role, with wrapper roles that list whichever version of the role they are wrapping in their dependencies. That way we can freely develop features and breaking changes that don't get rolled out to the teams until they need them. I see that ansible-galaxy can handle version locking and pulling from a private repository, but it seems to me that I would have list the top level roles/ subdirectory as the install target in order for Ansible to build correctly. I suppose we could add the wrapped role to a .gitignore file and then it wouldn't appear to github a