hotfix is no longer needed on F20
This commit is contained in:
parent
50c2ee25ec
commit
f25f510cb2
1 changed files with 8 additions and 8 deletions
|
@ -63,14 +63,14 @@
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: HOTFIX install a patch to mitigate the Covert Redirect vuln
|
#- name: HOTFIX install a patch to mitigate the Covert Redirect vuln
|
||||||
copy: >
|
# copy: >
|
||||||
src="{{ files }}/copr/fe/hotfix/misc.py"
|
# src="{{ files }}/copr/fe/hotfix/misc.py"
|
||||||
dest=/usr/share/copr/coprs_frontend/coprs/views/misc.py
|
# dest=/usr/share/copr/coprs_frontend/coprs/views/misc.py
|
||||||
notify:
|
# notify:
|
||||||
- restart httpd
|
# - restart httpd
|
||||||
tags:
|
# tags:
|
||||||
- hotfix
|
# - hotfix
|
||||||
|
|
||||||
- name: copy apache files to conf.d
|
- name: copy apache files to conf.d
|
||||||
action: copy src="{{ files }}/copr/fe/httpd/{{ item }}" dest="/etc/httpd/conf.d/{{ item }}"
|
action: copy src="{{ files }}/copr/fe/httpd/{{ item }}" dest="/etc/httpd/conf.d/{{ item }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue