summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2017-04-09 03:24:13 +0000
committerKevin Fenzi <kevin@scrye.com>2017-04-09 03:24:13 +0000
commit1b1e7a84d2edef8641a497eaf67f4ebac622eca9 (patch)
tree2da527a61ee4f6b4981397fd8e189928565fb93c
parentf1738bd7d73c812909ebf0043a5782817f987af8 (diff)
downloadansible-1b1e7a84d2edef8641a497eaf67f4ebac622eca9.tar.gz
ansible-1b1e7a84d2edef8641a497eaf67f4ebac622eca9.tar.xz
ansible-1b1e7a84d2edef8641a497eaf67f4ebac622eca9.zip
fix ssl cert chain file on torrent
-rw-r--r--playbooks/groups/torrent.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/groups/torrent.yml b/playbooks/groups/torrent.yml
index 89bb79785..7ec5f6ae8 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