From 92440ad5154e2df3ac48857d2cb193a257165d80 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 15 Apr 2018 22:56:52 +0000 Subject: [PATCH] fix another renamed variable --- 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 85be8e054d..18a1686857 100644 --- a/playbooks/groups/torrent.yml +++ b/playbooks/groups/torrent.yml @@ -29,7 +29,7 @@ certname: "{{wildcard_cert_name}}" SSLCertificateChainFile: "{{wildcard_int_file}}" - - {role: httpd/website, vars: {name: torrent.fedoraproject.org, cert_name: "{{wildcard_cert_name}}", sslonly: true}} + - {role: httpd/website, vars: {site_name: torrent.fedoraproject.org, cert_name: "{{wildcard_cert_name}}", sslonly: true}} tasks: - import_tasks: "{{ tasks_path }}/yumrepos.yml"