diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-04-09 03:24:13 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-04-09 03:24:13 +0000 |
commit | 1b1e7a84d2edef8641a497eaf67f4ebac622eca9 (patch) | |
tree | 2da527a61ee4f6b4981397fd8e189928565fb93c | |
parent | f1738bd7d73c812909ebf0043a5782817f987af8 (diff) | |
download | ansible-1b1e7a84d2edef8641a497eaf67f4ebac622eca9.tar.gz ansible-1b1e7a84d2edef8641a497eaf67f4ebac622eca9.tar.xz ansible-1b1e7a84d2edef8641a497eaf67f4ebac622eca9.zip |
fix ssl cert chain file on torrent
-rw-r--r-- | playbooks/groups/torrent.yml | 2 |
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 |