hotfix is no longer needed on F20

This commit is contained in:
Miroslav Suchý 2014-06-20 09:08:59 +00:00
parent 50c2ee25ec
commit f25f510cb2

View file

@ -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 }}"