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:
292efd5
)
Update role to support CentOS 8
81/63581/2
author
Andrew Grimberg
<agrimberg@linuxfoundation.org>
Thu, 2 Apr 2020 13:12:24 +0000
(06:12 -0700)
committer
Andrew Grimberg
<agrimberg@linuxfoundation.org>
Thu, 2 Apr 2020 20:13:13 +0000
(13:13 -0700)
Issue: RELENG-2823
Change-Id: I695a3df21e9fb103ee1a8535543018f33fddf84d
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
tasks/RedHat.yml
patch
|
blob
|
history
diff --git
a/tasks/RedHat.yml
b/tasks/RedHat.yml
index
33e0a00
..
780ae57
100644
(file)
--- a/
tasks/RedHat.yml
+++ b/
tasks/RedHat.yml
@@
-2,6
+2,7
@@
- name: Install Epel Repo
package: name=epel-release state=present
when: ansible_os_family == "RedHat"
+ become: true
- name: Install OpenJDK 1.8.0, 1.11 and 1.12
yum: