From ebd906b063d4583c1aad4dfbd2942f244e44d4d7 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 8 Dec 2014 14:57:15 +0000 Subject: [PATCH] Typofix. --- roles/httpd/mod_ssl/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/httpd/mod_ssl/tasks/main.yml b/roles/httpd/mod_ssl/tasks/main.yml index 5132975d3e..5991927440 100644 --- a/roles/httpd/mod_ssl/tasks/main.yml +++ b/roles/httpd/mod_ssl/tasks/main.yml @@ -9,7 +9,7 @@ - name: Copy over SSLCertificateChainFile if defined copy: > src=ssl.conf - dest=/etc/httpd/ssl.conf + dest=/etc/httpd/conf.d/ssl.conf owner=root group=root mode=0644