Skip to content

Releases: robertdebock/ansible-role-at

Update docs, trigger a release

16 Jun 11:54
Compare
Choose a tag to compare
2.0.4

Update README, prepare for release

Fedora 30

11 Jun 09:36
Compare
Choose a tag to compare

Ansible 2.8

23 May 06:24
Compare
Choose a tag to compare

The role has been tested against Ansible 2.8. Ansible 2.7 is tested for backward compatibility and Ansible devel (future Ansible 2.9) for the upcoming Ansible 2.9 release.

Minor

10 Apr 04:40
Compare
Choose a tag to compare

Small release to:

  • Remove duplicate instance name in molecule.
  • Fix Slack notifications.

Cleanup-royal

20 Mar 04:55
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:57
Compare
Choose a tag to compare

Documentation and tests have been updated.

Docs updated

13 Jan 19:54
Compare
Choose a tag to compare

The docs have been updated according to a new template.

Consistency

06 Dec 06:10
Compare
Choose a tag to compare

This release includes:

  • Rename of (internally used) variables to preceed {{ role_name }}_.
  • Fix for Fedora Rawhide which uses python-3.
  • Fix for lint rule 405

Lesser ist besser

29 Nov 07:25
Compare
Choose a tag to compare

This release features:

  • Tests on less version of Ansible.
  • Updated documentation.

Don't always skip on Docker

22 Nov 06:39
Compare
Choose a tag to compare

Tests running in Molecule on Travis skip some tasks like managing services, rebooting and managing files mounted from the host to the guest because these tasks won't work.

There is now an option to use the role and -don't- skip these tasks. This is for people that use this role on a Docker container that want to run the tasks anyway.

If you're not running these roles on Docker, this release has no impact, neither is there impact for tests.