Releases: gantsign/ansible-role-java
Releases · gantsign/ansible-role-java
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
Breaking change:
- Implemented mandatory license check
- You now have to "Oracle Binary Code License Agreement
for the Java SE Platform Products and JavaFX" before this role will work. - See https://github.com/gantsign/ansible-role-java/wiki/Java-license-declaration for details.
- You now have to "Oracle Binary Code License Agreement
- All previous releases removed
- Because they lacked the license check.
- You need to upgrade to the
3.0.0
release if you're using an earlier version.
Enhancement:
The releases below are no longer publicly available.
2.0.0
SHA-1: fa2974f
Breaking changes:
- Minimum Ansible version now 2.0 (from 1.9)
- Workaround: stay with previous version (1.1.0)
- Variable
local_ansible_data_path
renamed tojava_download_dir
- If you were specifying
local_ansible_data_path
before, you can either
specifyjava_download_dir
(specific to this role), or specify
x_ansible_download_dir
(to be shared across roles).
- If you were specifying
- The default download directory has changed from
/tmp/ansible/data
to
~/.ansible/tmp/downloads
- If you want to change the download directory you can either:
specifyjava_download_dir
(specific to this role) or specify
x_ansible_download_dir
(to be shared across roles).
- If you want to change the download directory you can either:
- The Ansible fact
ansible_local.java.general.java_home
has been renamed to
ansible_local.java.general.home
- Update your references accordingly.
Enhancements:
- #2: Use Molecule to aid development and testing
- #8: Rename local_ansible_data_path to java_download_dir
- #10: Move default java_download_dir under user home
- #14: Remove "java_" prefix from "java_home" fact
Other changes:
- #1: Moved Docker setup into Dockerfile
- Fixed minor documentation issue
- #3: Updated .gitignore with latest changes from gitignore.io
- #4: Added Ansible to .gitignore
- #6: Standardized .gitattributes across roles
- #7: Standardized .gitignore across roles
- #12: Added documentation on version dependent config
- #13: Documented role facts
- #14: Reordered Ansible fact documentation
1.1.0
SHA-1: 5f7d2a0
Fixed privilege escalation
1.0.0
SHA-1: 4c228a6
Initial release