Update role to support CentOS 8 80/63580/2
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 2 Apr 2020 13:10:47 +0000 (06:10 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 2 Apr 2020 19:51:03 +0000 (12:51 -0700)
Issue: RELENG-2823
Change-Id: I4163fe50b74b558a6fb76f944bc635c0067dd17b
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
tasks/main.yml

index aede6c3..739973e 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 haveged package
   package: name=haveged state=present