diff --git a/playbooks/groups/proxies.yml b/playbooks/groups/proxies.yml index 16ea85a576..53a27c3a6b 100644 --- a/playbooks/groups/proxies.yml +++ b/playbooks/groups/proxies.yml @@ -161,11 +161,11 @@ - include: /srv/web/infra/ansible/playbooks/include/proxies-certificates.yml - include: /srv/web/infra/ansible/playbooks/include/proxies-websites.yml - - 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 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 - copy: src={{ files }}/httpd/git.fedorahosted-redirects.conf dest=/etc/httpd/conf.d/git.fedorahosted.org/fedorahosted-redirects.conf +- name: install special git.fedorahosted-redirects.conf with letsencrypt info + copy: src={{ files }}/httpd/git.fedorahosted-redirects.conf dest=/etc/httpd/conf.d/git.fedorahosted.org/fedorahosted-redirects.conf - include: /srv/web/infra/ansible/playbooks/include/proxies-reverseproxy.yml - include: /srv/web/infra/ansible/playbooks/include/proxies-rewrites.yml