Make use of the package: module
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
56260a9adc
commit
7a0635c347
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue