Releases: fubarhouse/ansible-role-macdock
Releases · fubarhouse/ansible-role-macdock
2.3.0
2.2.0
2.1.0
- #6: Refactor role to support a restart handler instead of a task. (@mraerino)
- #6: Adds check_mode to a few tasks which call dockutil. (@mraerino)
- #6: Cleans up output of looped items (@mraerino)
- #6: Prevent failure when dockutil attempts to restart, which could break the role on very edge-case tests/systems where the dock process hasn't been started. (@daften)
2.0.2
2.0.1
As noted in release 2.0, idempotence values are being checked incorrectly, from previously not being implemented to best practice - this hotfix will fix that and get tests formally passing as expected.
2.0
2.0 Is essentially a rewrite of the macdock role which supports a much better product for use with the dockutil python script installed via this role.
- Rewrite of essentially the entire role.
- Tasks to provide information on status before, after removal, and after adding
- Adding now supports the position attribute, and a verification task determines if any items need to be moved from that point.
- Verification tests are now very strict.
- Dock will restart only after the role is finished, and only when idempotence is not achieved.
- Travis tests now pass; but idempotence is causing a failure. 2.0.1 will provide a hotfix.
Initial release
1.0 initial commit