diff options
author | Michael Scherer <misc@zarb.org> | 2015-03-06 01:00:41 +0100 |
---|---|---|
committer | Michael Scherer <misc@zarb.org> | 2015-03-06 01:00:41 +0100 |
commit | fa0855ec80a5a03de61545d94cbbfdc4be3dff4d (patch) | |
tree | 3a2bf6892497ed8ce029481bb100428886e3e41e /roles | |
parent | 830b295464c20dfa23e8292d8a6a0691a8a70019 (diff) |
Fix typo
Diffstat (limited to 'roles')
-rw-r--r-- | roles/cgit/templates/vhost.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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' %} <VirtualHost *:{{ i }}> - {% if i == '443" %} + {% if i == '443' %} # TODO fix the key SSLCertificateKeyFile /etc/pki/tls/private/localhost.key SSLCertificateFile /etc/pki/tls/certs/localhost.crt |