Breaking changes
Starting with v2.0, Ansible Galaxy is used to manage role dependencies instead of Git submodules.
In order to migrate an existing project from Git modules to Ansible Galaxy, it is necessary to remove every role submodule as follows:
git rm roles/<rolename>
After that, you will also need to add the role path to .gitignore
.
Full Changelog: v1.0...v2.0