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:
e40c12d
)
Fix: Install openjdk-21 on CS8 onwards
64/72764/3
author
Anil Belur
<abelur@linuxfoundation.org>
Tue, 19 Mar 2024 13:16:50 +0000
(23:16 +1000)
committer
Anil Belur
<abelur@linuxfoundation.org>
Thu, 24 Oct 2024 02:30:22 +0000
(12:30 +1000)
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I0c684ef3b7561fe6b6f0cfb7adf1d55cda5cc79b
tasks/RedHat.yml
patch
|
blob
|
history
diff --git
a/tasks/RedHat.yml
b/tasks/RedHat.yml
index
96c1433
..
dbc1a41
100644
(file)
--- a/
tasks/RedHat.yml
+++ b/
tasks/RedHat.yml
@@
-30,7
+30,7
@@
- java-21-openjdk-devel
- java-latest-openjdk-devel
state: present
- when: ansible_os_family == "RedHat" and ansible_distribution_major_version
== "9
"
+ when: ansible_os_family == "RedHat" and ansible_distribution_major_version
>= "8
"
become: true
- name: Set Java path for OpenJDK 11