Releases: robertdebock/ansible-role-apt_autostart
Releases · robertdebock/ansible-role-apt_autostart
Minor
Small release to:
- Remove duplicate instance name in molecule.
- Fix Slack notifications.
Cleanup-royal
A lot of complexity has been removed from this role in order to make the role more readable and maintainable.
ara
integration is removed, I was not using it.goss
integration has been removed, it's difficult to describe tests for multiple platforms and added test-time.{{ role_name }}_ignore_docker
has been removed, it introduces more issues than it solves.{{ role_name }}_package_state
has been removed, I've never used it.README.md
has been updated with a new template.- Molecule now uses
prepare.yml
, saving a bit of time on idempotency tests.
A major release bump, because two variable have been removed, {{ role_name }}_ignore_docker
and {{ role_name }}_package_state
.
Refresh
Documentation and tests have been updated.
Docs updated
The docs have been updated according to a new template.
Minors
Minor fixes.
metafix
2 linting errors in meta are fixed. 5 stars.
Small but working.
Initial release of this role. It features the ability to:
- Disable starting of services on the installation of packages. (default)
- Enable starting of services on the installation of packages. (default)
Useful to let the ansible module "package" behave in a similar way to yum or other package managers.