From f25f510cb2d6a4196dae9a31308eb4fa5f771ceb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 20 Jun 2014 09:08:59 +0000 Subject: [PATCH] hotfix is no longer needed on F20 --- .../hosts/copr-fe.cloud.fedoraproject.org.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/playbooks/hosts/copr-fe.cloud.fedoraproject.org.yml b/playbooks/hosts/copr-fe.cloud.fedoraproject.org.yml index 23d57a3ed6..0667266040 100644 --- a/playbooks/hosts/copr-fe.cloud.fedoraproject.org.yml +++ b/playbooks/hosts/copr-fe.cloud.fedoraproject.org.yml @@ -63,14 +63,14 @@ tags: - config - - name: HOTFIX install a patch to mitigate the Covert Redirect vuln - copy: > - src="{{ files }}/copr/fe/hotfix/misc.py" - dest=/usr/share/copr/coprs_frontend/coprs/views/misc.py - notify: - - restart httpd - tags: - - hotfix + #- name: HOTFIX install a patch to mitigate the Covert Redirect vuln + # copy: > + # src="{{ files }}/copr/fe/hotfix/misc.py" + # dest=/usr/share/copr/coprs_frontend/coprs/views/misc.py + # notify: + # - restart httpd + # tags: + # - hotfix - name: copy apache files to conf.d action: copy src="{{ files }}/copr/fe/httpd/{{ item }}" dest="/etc/httpd/conf.d/{{ item }}"