Code Review
/
ansible
/
roles
/
java-install.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
16cdc87
)
Fix: Correct path for Ubuntu ARM JDK11
65/70665/1
author
Andrew Grimberg
<agrimberg@linuxfoundation.org>
Mon, 19 Sep 2022 21:07:38 +0000
(14:07 -0700)
committer
Andrew Grimberg
<agrimberg@linuxfoundation.org>
Mon, 19 Sep 2022 21:07:38 +0000
(14:07 -0700)
Change-Id: I8ed932c3ee37b68242a3af1ebc7294d8266f1edd
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
tasks/Debian.yml
patch
|
blob
|
history
diff --git
a/tasks/Debian.yml
b/tasks/Debian.yml
index
c454abf
..
097439b
100644
(file)
--- a/
tasks/Debian.yml
+++ b/
tasks/Debian.yml
@@
-42,6
+42,6
@@
- name: Set Java path for OpenJDK 11 (arm)
set_fact:
- java_path: /usr/lib/jvm/java-1.110-openjdk-arm64
+ java_path: /usr/lib/jvm/java-1.11
.
0-openjdk-arm64
when:
- ansible_architecture == "aarch64"