missed a few more
This commit is contained in:
parent
041fac03bf
commit
fb3d45d749
1 changed files with 18 additions and 0 deletions
|
@ -120,6 +120,24 @@
|
||||||
- httpd/redirect
|
- httpd/redirect
|
||||||
when: env == 'staging'
|
when: env == 'staging'
|
||||||
|
|
||||||
|
- name: Remove prerelease-to-final-gfo-atomic-redirectmatch
|
||||||
|
file: path=/etc/httpd/conf.d/getfedora.org/prerelease-to-final-gfo-atomic-redirectmatch.conf state=absent
|
||||||
|
tags:
|
||||||
|
- httpd/redirect
|
||||||
|
when: env == 'staging'
|
||||||
|
|
||||||
|
- name: Remove prerelease-to-final-gfo-srv-redirectmatch
|
||||||
|
file: path=/etc/httpd/conf.d/getfedora.org/prerelease-to-final-gfo-srv-redirectmatch.conf state=absent
|
||||||
|
tags:
|
||||||
|
- httpd/redirect
|
||||||
|
when: env == 'staging'
|
||||||
|
|
||||||
|
- name: Remove prerelease-to-final-gfo-ws-redirectmatch
|
||||||
|
file: path=/etc/httpd/conf.d/getfedora.org/prerelease-to-final-gfo-ws-redirectmatch.conf state=absent
|
||||||
|
tags:
|
||||||
|
- httpd/redirect
|
||||||
|
when: env == 'staging'
|
||||||
|
|
||||||
- name: Remove prerelease-to-final-spins
|
- name: Remove prerelease-to-final-spins
|
||||||
file: path=/etc/httpd/conf.d/spins.fedoraproject.org/prerelease-to-final-spins-redirectmatch.conf state=absent
|
file: path=/etc/httpd/conf.d/spins.fedoraproject.org/prerelease-to-final-spins-redirectmatch.conf state=absent
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue