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
------------
None
- epel
License
-------

View file

@ -1,17 +1,15 @@
galaxy_info:
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
min_ansible_version: 2.9
platforms:
- name: Fedora
versions:
- 32
- name: CentOS
versions:
- 7
galaxy_tags: []
dependencies: []
dependencies:
- epel

View file

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