File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 2
2
# Variables needed to be defined in user's playbook
3
3
# User-configurable defaults
4
4
5
- java_version : 12
5
+ java_version : 13
6
6
java_download_path : /tmp
7
7
8
8
# Possible values: 'oracle', 'mirror' or 'local'
@@ -17,7 +17,7 @@ java_install_jce: false
17
17
18
18
# Define the downloadable java subversion.
19
19
java_latest_subversion :
20
- 8 : 211
20
+ 8 : 231
21
21
9 : 0.4
22
22
10 : 0.2
23
23
11 : 0.5
Original file line number Diff line number Diff line change 138
138
when : java_version == 9
139
139
140
140
# # JDK 8
141
+ # Only available for download with oracle account (not supported by this role)!
142
+
143
+ - name : set internal variables for 1.8.0_231
144
+ set_fact :
145
+ jdk_version_detail : " {{ java_version }}u{{ java_subversion }}-b11"
146
+ jdk_tarball_hash : 5b13a193868b4bf28bcb45c792fce896
147
+ when : java_version == 8 and java_subversion | int == 231
141
148
142
149
- name : set internal variables for 1.8.0_212
143
150
set_fact :
151
158
jdk_tarball_hash : 478a62b7d4e34b78b671c754eaaf38ab
152
159
when : java_version == 8 and java_subversion | int == 211
153
160
154
- # All versions below are only available for download with an oracle account (not supported by this role)!
155
-
156
161
- name : set internal variables for 1.8.0_201
157
162
set_fact :
158
163
jdk_version_detail : " {{ java_version }}u{{ java_subversion }}-b09"
You can’t perform that action at this time.
0 commit comments