haveged: Add epel as requirement & small cleanup

This adds the missing dependency on the epel role and cleans up some messages / the README.
This commit is contained in:
saibotk 2020-08-14 05:27:25 +02:00
parent 8d002f6b80
commit 96dbd9176c
No known key found for this signature in database
GPG key ID: A3299C587D5DF523
3 changed files with 5 additions and 7 deletions

View file

@ -16,7 +16,7 @@ None
Dependencies Dependencies
------------ ------------
None - epel
License License
------- -------

View file

@ -1,17 +1,15 @@
galaxy_info: galaxy_info:
author: saibotk author: saibotk
description: This role installs the haveged package and starts the systemd service. description: Installs the haveged package and starts the systemd service.
license: GPL-3.0-only license: GPL-3.0-only
min_ansible_version: 2.9 min_ansible_version: 2.9
platforms: platforms:
- name: Fedora
versions:
- 32
- name: CentOS - name: CentOS
versions: versions:
- 7 - 7
galaxy_tags: [] galaxy_tags: []
dependencies: [] dependencies:
- epel

View file

@ -24,7 +24,7 @@
state: latest state: latest
become: true become: true
- name: Enable haveged systemd service - name: Enable & start haveged systemd service
service: service:
state: started state: started
name: haveged name: haveged