You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,8 +49,8 @@ DISCLAIMER: usage of any version of this role implies you have accepted the
49
49
| oracle_java_set_as_default | yes | make the newly installed Java the default runtime environment. |
50
50
| oracle_java_state | latest | the package state (see Ansible apt module for more information). |
51
51
| oracle_java_version | 8 | the Oracle JDK version to be installed. |
52
-
| oracle_java_version_update |121| the Oracle JDK version update. |
53
-
| oracle_java_version_build |13| the Oracle JDK version update build number. |
52
+
| oracle_java_version_update |112| the Oracle JDK version update. |
53
+
| oracle_java_version_build |15| the Oracle JDK version update build number. |
54
54
| oracle_java_version_string | 1.{{ oracle_java_version }}.0_u{{ oracle_java_version_update }} | the Java version string to verify installation against. |
55
55
| oracle_java_os_supported | - | role internal variable to check if a OS family is supported or not. |
56
56
@@ -72,6 +72,7 @@ DISCLAIMER: usage of any version of this role implies you have accepted the
72
72
| oracle_java_home | /usr/java/jdk1.{{ oracle_java_version }}.0_{{ oracle_java_version_update }} | the location of the Java home directory. |
73
73
| oracle_java_rpm_filename | jdk-{{ oracle_java_version }}u{{ oracle_java_version_update }}-linux-x64.rpm | the filename of the RPM. |
74
74
| oracle_java_rpm_url |http://download.oracle.com/otn-pub/java/jdk/{{ oracle_java_version }}u{{ oracle_java_version_update }}-b{{ oracle_java_version_build }}/{{ oracle_java_rpm_filename }} | the URL where the RPM can be downloaded from. |
75
+
| oracle_java_rpm_validate_certs | yes | flag to indicate if you want SSL certificate validation. |
0 commit comments