Releases: ansiblebit/oracle-java
Releases · ansiblebit/oracle-java
5.14.12
- added
oracle_java_download_timeout
for RedHat based distributions
thanks to @acrewdson
5.14.10
- fixed problems with RedHat based distributions: #34
- fixed potential problem with inclusion of relative path
- added tests for ansible 2.3
- removed these variables for RedHat-based distributions
oracle_java_rpm_filename
oracle_java_rpm_url
thanks to @hryamzik and @jonwolski.
5.14.8
- no need to check if Oracle license is accepted so that you can accept anyway: reference #42
thanks to @cwardgar
5.14.6
- removed warning messages regarding usage of curly braces on Jinja2 templates
thanks to @cwardgar
5.14.4
- do not use relative path to load OS/distribution specific variables: #37
- test OS/distribution support before include task files
- OSX is not supported
5.14.2
- fix #34
- set
oracle_java_version_update
to 112
and oracle_java_version_build
to 15
- using
121
update fails the download
- fix #35
- added new variable
oracle_java_rpm_validate_certs
5.14.0
- changed default values
oracle_java_set_as_default=yes
oracle_java_version_update=121
oracle_java_version_build=13
- replaced shell with modules
- replaced fail-based checks with changing based ones
- removed launchpad-ppa-webupd8 dependency
- dropped support for Ansible 1.9.x
- added tests for Ansible 2.2.x
special thanks to @hryamzik
4.14.2
- support for ubuntu/xenial and ubuntu/yakkety : #26
4.14.0
- in sync with primogen v14
- cleanup
debug
tasks
- added
debug
variable
- by default,
debug
tasks will no longer run : #24
- initial support for Fedora by @bpineau : #23
- tests now run in parallel
- pass check mode test on RedHat based distributions