Skip to content

Releases: robertdebock/ansible-role-scl

Tox and fully generated CI & docs.

27 Oct 19:32
Compare
Choose a tag to compare
2.0.7

Use shorter names for containers.

Exclude using .ansible-lint instead of molecule

24 Sep 20:13
Compare
Choose a tag to compare
2.0.6

Moving lint rules out of molecule, to prevent Galaxy warnings.

Automatic documentation

06 Sep 15:51
Compare
Choose a tag to compare

Everything is prepared for automated documentation:

  • meta/version.yml is used to generate an explanation where upstream version are found and used in the role.
  • meta/exception.yml is used to indicate why certain variations of distributions and Ansible are not working.

Debian and openSUSE fixes

19 Jul 04:44
Compare
Choose a tag to compare
2.0.4

Remove debian-latest, which is identical to debian-stable.

Fedora 30

19 Jun 20:47
Compare
Choose a tag to compare

Yes, it works on Fedora 30.

Ansible 2.8

27 May 05:07
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:44
Compare
Choose a tag to compare

Small release to:

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

Cleanup-royal

26 Mar 10:46
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

23 Feb 19:38
Compare
Choose a tag to compare

A few commits mostly in tests.

Archlinux started to fail

09 Feb 21:12
Compare
Choose a tag to compare

Archlinux changed it's Docker image name from base/archlinux to archlinux/base.

This release uses the new image name to test the role.