Skip to content

Commit c9dffc6

Browse files
authored
unixPB: ensure JDK version is visible when downloading (#4062)
Signed-off-by: Stewart X Addison <[email protected]>
1 parent c4d854b commit c9dffc6

File tree

1 file changed

+1
-1
lines changed
  • ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/adoptopenjdk_install/tasks

1 file changed

+1
-1
lines changed

ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/adoptopenjdk_install/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
- not (jdk_version == 11 and ansible_architecture == "riscv64")
164164
register: sig_output
165165

166-
- name: Download latest release (Linux/Alpine-Linux)
166+
- name: Download latest Temurin {{ jdk_version }} release (Linux/Alpine-Linux)
167167
get_url:
168168
url: "{{ api_url }}/v3/binary/latest/{{ jdk_version }}/ga/{{ platformLinux }}/{{ api_architecture }}/jdk/{{ bootjdk }}/normal/{{ api_vendor }}?project=jdk"
169169
dest: /tmp/jdk{{ jdk_version }}.tar.gz

0 commit comments

Comments
 (0)