From 1b1e7a84d2edef8641a497eaf67f4ebac622eca9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 9 Apr 2017 03:24:13 +0000 Subject: [PATCH] fix ssl cert chain file on torrent --- playbooks/groups/torrent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/groups/torrent.yml b/playbooks/groups/torrent.yml index 89bb79785b..7ec5f6ae83 100644 --- a/playbooks/groups/torrent.yml +++ b/playbooks/groups/torrent.yml @@ -27,7 +27,7 @@ - role: httpd/certificate name: "{{wildcard_cert_name}}" - SSLCertificateChainFile: "{{wildcard_int_name}}" + SSLCertificateChainFile: "{{wildcard_int_file}}" - role: httpd/website name: torrent.fedoraproject.org