From a24fad922275809d076876f5f3d0d4c4dcbc1605 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 11 Apr 2017 17:24:28 +0000 Subject: [PATCH] fix comment --- playbooks/include/proxies-fedorahosted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/include/proxies-fedorahosted.yml b/playbooks/include/proxies-fedorahosted.yml index e96c087994..cc1c9d123c 100644 --- a/playbooks/include/proxies-fedorahosted.yml +++ b/playbooks/include/proxies-fedorahosted.yml @@ -15,6 +15,6 @@ - name: install special fedorahosted-redirects.conf with fedorahosted redirects copy: src={{ files }}/httpd/fedorahosted-redirects.conf dest=/etc/httpd/conf.d/fedorahosted.org/fedorahosted-redirects.conf - - name: install special git.fedorahosted-redirects.conf with letsencrypt info + - name: install special git.fedorahosted-redirects.conf with git.fedorahosted redirects copy: src={{ files }}/httpd/git.fedorahosted-redirects.conf dest=/etc/httpd/conf.d/git.fedorahosted.org/fedorahosted-redirects.conf