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
|
- name: Install mod_ssl
|
||||||
yum: name=mod_ssl state=installed
|
package: name=mod_ssl state=installed
|
||||||
notify:
|
notify:
|
||||||
- reload proxyhttpd
|
- reload proxyhttpd
|
||||||
tags:
|
tags:
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
- httpd/certificate
|
- httpd/certificate
|
||||||
|
|
||||||
- name: Install haveged for entropy
|
- name: Install haveged for entropy
|
||||||
yum: name=haveged state=installed
|
package: name=haveged state=installed
|
||||||
tags:
|
tags:
|
||||||
- httpd
|
- httpd
|
||||||
- httpd/proxy
|
- httpd/proxy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue