Skip to content

Releases: ansiblebit/oracle-java

5.14.12

18 Aug 08:57
Compare
Choose a tag to compare
  • added oracle_java_download_timeout for RedHat based distributions

thanks to @acrewdson

5.14.10

22 Jun 15:43
Compare
Choose a tag to compare
  • 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

19 May 05:11
Compare
Choose a tag to compare
  • no need to check if Oracle license is accepted so that you can accept anyway: reference #42

thanks to @cwardgar

5.14.6

18 May 15:53
Compare
Choose a tag to compare
  • removed warning messages regarding usage of curly braces on Jinja2 templates

thanks to @cwardgar

5.14.4

11 Apr 15:40
Compare
Choose a tag to compare
  • 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

29 Mar 16:11
Compare
Choose a tag to compare
  • 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

22 Mar 03:29
Compare
Choose a tag to compare
  • 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.4

16 Nov 18:53
Compare
Choose a tag to compare

4.14.2

14 Apr 15:25
Compare
Choose a tag to compare
  • support for ubuntu/xenial and ubuntu/yakkety : #26

4.14.0

14 Apr 15:25
Compare
Choose a tag to compare
  • 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