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:
aa13bf3
)
Fix: Install JDK17 on Ubuntu 18.04
29/70529/1
author
Anil Belur
<abelur@linuxfoundation.org>
Tue, 23 Aug 2022 01:42:14 +0000
(11:42 +1000)
committer
Anil Belur
<abelur@linuxfoundation.org>
Tue, 23 Aug 2022 01:42:14 +0000
(11:42 +1000)
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I742e3db147b34823c9773577c4867817ef94f9d8
tasks/Debian.yml
patch
|
blob
|
history
diff --git
a/tasks/Debian.yml
b/tasks/Debian.yml
index
aa14fc3
..
71ffc0b
100644
(file)
--- a/
tasks/Debian.yml
+++ b/
tasks/Debian.yml
@@
-31,7
+31,8
@@
become: true
when:
- ansible_os_family == "Debian"
- - ansible_distribution_major_version == "11" or ansible_distribution_version == "20.04"
+ - ansible_distribution_major_version == "11" or ansible_distribution_version == "20.04" or
+ ansible_distribution_version == "18.04"
- name: Set Java path for OpenJDK 1.8.0
set_fact: