Skip to content

Releases: robertdebock/ansible-role-locale

Automatic documentation

06 Sep 15:40
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 latest replaced by stable opensuse leap fixed

18 Jul 04:55
Compare
Choose a tag to compare
2.0.5

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

Docs and Fedora 30

17 Jun 04:36
Compare
Choose a tag to compare

Tests work on Fedora 30 now, documentation updated.

Ansible 2.8

24 May 09:35
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:43
Compare
Choose a tag to compare

Small release to:

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

Prepare

20 Mar 04:49
Compare
Choose a tag to compare
  • Molecule now uses prepare.yml, saving a bit of time on idempotency tests.

Cleanup-royal

14 Mar 19:00
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.

A major release bump, because two variable have been removed, {{ role_name }}_ignore_docker and {{ role_name }}_package_state.

Ubuntu & Debian fix

18 Feb 19:26
Compare
Choose a tag to compare

Both Ubuntu have been fixed thanks to @laurent-kling. The location of the locale file is a little different for these distributions.

Thanks for being able to fix #1 @laurent-kling!

Initial

10 Jan 06:47
Compare
Choose a tag to compare

A fresh release of this role that sets language locales on Linux.