Yum allowed state=installed. Lets use state=present consistently
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
bb1d3e8579
commit
039b08354a
26 changed files with 47 additions and 47 deletions
|
@ -1,5 +1,5 @@
|
|||
- name: Install mod_ssl
|
||||
package: name=mod_ssl state=installed
|
||||
package: name=mod_ssl state=present
|
||||
notify:
|
||||
- reload proxyhttpd
|
||||
tags:
|
||||
|
@ -20,7 +20,7 @@
|
|||
- httpd/certificate
|
||||
|
||||
- name: Install haveged for entropy
|
||||
package: name=haveged state=installed
|
||||
package: name=haveged state=present
|
||||
tags:
|
||||
- httpd
|
||||
- httpd/proxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue