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:
parent
8d002f6b80
commit
96dbd9176c
3 changed files with 5 additions and 7 deletions
|
@ -16,7 +16,7 @@ None
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
|
||||||
None
|
- epel
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue