Releases: ansiblebit/oracle-java
Releases · ansiblebit/oracle-java
4.9.8
- updated galaxy tag minimum version to 1.9.4
- fix issue #16: check doesn't work
- fixed issue when using RedHat based distributions was failing to set the default JVM: #19 and related to #17
- use 1.8.0_74 for testing
- changed plugin to be able to run tests in ansible 2.0
- test using ansible 2.0.1.0: #20
- added check mode tests: #20
4.9.6
- fix to guarantee cache is updated by @gaelL
- default Java version update to 1.8.0u74-b02.
- #8 fixed galaxy warnings and errors
- updated Java version used for testing so tests can pass in Debian systems
- testing dropped for ansible 1.9.3
- testing enabled for ansible 1.9.4 and 2.0.0.2
- no longer test on wheezy, centos 6.4 and centos 6.6
- updated centos 7 image
4.9.4
4.9.2
- run test play as provisioning and idempotence test depending on context
- update dependency ansiblebit.launchpad-ppa-webupd8 v3.9.4
4.9.0
4.7.2
- added building blocks for MacOSX support
- minor version number will now match primogen major version number
- merge with ansiblebit.primogen v7
- upgrade tests to use ansible v1.9.2 instead of v1.9.1
- pass
ANSIBLE_ASK_SUDO_PASS
environment variable to the tox test environment - improved idempotence test
4.0.0
- added support for RedHat-based systems
- separated Debian from Redhat variables
oracle_java_default
(default:no) replaced byoracle_java_set_default
(default:no)- directory structure changes
tasks/os_family/*.yml
changed in favor oftasks/{{ ansible_os_family }}/{{ ansible_distribution }}.yml
- added debug task
- role-specific facts now used to set if an installation process is necessary in Debian or RedHat
- fixed build issues related to tox 2.0.1