diff options
-rw-r--r-- | playbooks/include/proxies-fedorahosted.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/include/proxies-fedorahosted.yml b/playbooks/include/proxies-fedorahosted.yml index e96c08799..cc1c9d123 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 |