Skip to content

v2.0

Latest
Compare
Choose a tag to compare
@medanthelinium medanthelinium released this 18 Jan 15:36
· 2 commits to master since this release
59f88c5

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