From fa0855ec80a5a03de61545d94cbbfdc4be3dff4d Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 6 Mar 2015 01:00:41 +0100 Subject: Fix typo --- roles/cgit/templates/vhost.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles') diff --git a/roles/cgit/templates/vhost.conf b/roles/cgit/templates/vhost.conf index 3243867..c759649 100644 --- a/roles/cgit/templates/vhost.conf +++ b/roles/cgit/templates/vhost.conf @@ -1,7 +1,7 @@ # {{ ansible_managed }} {% for i in '80', '443' %} - {% if i == '443" %} + {% if i == '443' %} # TODO fix the key SSLCertificateKeyFile /etc/pki/tls/private/localhost.key SSLCertificateFile /etc/pki/tls/certs/localhost.crt -- cgit