Releases: gantsign/ansible-role-java
Releases · gantsign/ansible-role-java
4.1.0
4.0.0
Breaking changes:
- #90: Moved Java bin to the start of the PATH
- This means the JDK installed by this role will take precedence over any
installed through the package manager, it will also take precedence overjava
,javac
,jar
, etc.
configured usingupdate-alternatives
(as long as you're running from a shell that has runsource /etc/profile
) - Workaround: set
java_is_default_installation
tono
and configure the
PATH
andJAVA_HOME
separately to this role
- This means the JDK installed by this role will take precedence over any
- #88: Some of the undocumented (i.e. not in the README.md) role variables have
been removed/renamed
Enhancements:
- #88: Added support for custom mirror
Other changes:
3.9.0
3.8.0
3.7.0
Enhancements:
Other changes:
- #69: Updated Molecule to 1.22
- #70: Changed example role to pure YAML syntax
- #72: Fixed download URLs when installing multiple JVM versions
- #73: Added check to verify Java facts
- #74: Added test for JDK version
- #75: Added test for Java executable location
- #76: Added test for Ansible fact file
- #77: Added example playbook with explicit version
3.6.0
3.5.0
Enhancements:
Other changes:
- #53: Changed metadata description for consistency
- #54: Moved Docker image build to install step
- #55: Updated Ansible test matrix patch versions
- #57: Fixed default java_download_dir path
- #56: Increased upper Ansible test version to 2.2.0
- #58: Switched to package module to install unzip
- #59: Switched to single quotes for YAML strings
- #60: Updated Molecule to 1.15
3.4.0
3.3.0
3.2.0
Enhancements:
Other changes:
- #32: Updated Molecule to 1.9.1
- #33: Added link to other GantSign roles
- #34: Fixed case of title in README.md
- #35: Added pycache to .gitignore
- #36: Added license shield to README.md
- #37: Specify hosts to testinfa via python
- #38: Line wrapping fix in README.md
- #39: Upgraded to Molecule 1.10.3
- #40: Pytest syntax improvements
- #41: Added .editorconfig file
- #42: Test Ubuntu 14.04
- #47: Upgraded to Molecule 1.11.1
- #48: Test Ansible version support
- #49: Fixed CentOS metadata