Code Review
/
ansible
/
roles
/
haveged-install.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e6050fe
)
Update role to support CentOS 8
80/63580/2
author
Andrew Grimberg
<agrimberg@linuxfoundation.org>
Thu, 2 Apr 2020 13:10:47 +0000
(06:10 -0700)
committer
Andrew 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
patch
|
blob
|
history
diff --git
a/tasks/main.yml
b/tasks/main.yml
index
aede6c3
..
739973e
100644
(file)
--- 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