Skip to content

Releases: robertdebock/ansible-role-apt_autostart

Cleanup-royal

20 Mar 04:54
Compare
Choose a tag to compare

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

26 Feb 08:58
Compare
Choose a tag to compare

Documentation and tests have been updated.

Docs updated

13 Jan 19:53
Compare
Choose a tag to compare

The docs have been updated according to a new template.

Minors

05 Jan 16:14
Compare
Choose a tag to compare

Minor fixes.

metafix

02 Dec 13:44
Compare
Choose a tag to compare

2 linting errors in meta are fixed. 5 stars.

Small but working.

28 Nov 11:01
Compare
Choose a tag to compare

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.