diff options
| author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2015-10-08 00:07:03 +0000 |
|---|---|---|
| committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2015-10-08 00:07:03 +0000 |
| commit | fcc019136a4ec1f644f17a41497445b19e91c508 (patch) | |
| tree | 847856c990125e28fe58efc74f56d23e91081b27 /roles/httpd/mod_ssl/tasks | |
| parent | 3cbe8bd8d998c1d1789a608b2b661f35e5eeb577 (diff) | |
| download | ansible-fcc019136a4ec1f644f17a41497445b19e91c508.tar.gz ansible-fcc019136a4ec1f644f17a41497445b19e91c508.tar.xz ansible-fcc019136a4ec1f644f17a41497445b19e91c508.zip | |
Also start haveged
Diffstat (limited to 'roles/httpd/mod_ssl/tasks')
| -rw-r--r-- | roles/httpd/mod_ssl/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/httpd/mod_ssl/tasks/main.yml b/roles/httpd/mod_ssl/tasks/main.yml index 5bbd8948c..55b679bbd 100644 --- a/roles/httpd/mod_ssl/tasks/main.yml +++ b/roles/httpd/mod_ssl/tasks/main.yml @@ -26,7 +26,7 @@ - httpd/proxy - name: Set haveged running/enabled - service: name=haveged enabled=yes + service: name=haveged enabled=yes state=started tags: - service - httpd |
