From 2f5f25a0fae96832fc62aede987abaca5e73a882 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Thu, 2 Apr 2020 06:10:47 -0700 Subject: [PATCH] Update role to support CentOS 8 Issue: RELENG-2823 Change-Id: I4163fe50b74b558a6fb76f944bc635c0067dd17b Signed-off-by: Andrew Grimberg --- tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/main.yml b/tasks/main.yml index aede6c3..739973e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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 -- 2.16.6