Update role to support CentOS 8 81/63581/2
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 2 Apr 2020 13:12:24 +0000 (06:12 -0700)
committerAndrew 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

index 33e0a00..780ae57 100644 (file)
@@ -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: