From: Andrew Grimberg Date: Thu, 2 Apr 2020 13:10:47 +0000 (-0700) Subject: Update role to support CentOS 8 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F80%2F63580%2F2;p=ansible%2Froles%2Fhaveged-install.git Update role to support CentOS 8 Issue: RELENG-2823 Change-Id: I4163fe50b74b558a6fb76f944bc635c0067dd17b Signed-off-by: Andrew Grimberg --- 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