Make use of the package: module

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-10-08 21:59:40 +00:00
parent 56260a9adc
commit 7a0635c347

View file

@ -1,5 +1,5 @@
- name: Install mod_ssl
yum: name=mod_ssl state=installed
package: name=mod_ssl state=installed
notify:
- reload proxyhttpd
tags:
@ -20,7 +20,7 @@
- httpd/certificate
- name: Install haveged for entropy
yum: name=haveged state=installed
package: name=haveged state=installed
tags:
- httpd
- httpd/proxy