Remove old releng-dash conf file.
This commit is contained in:
parent
95d3b67999
commit
7a9d1e861d
1 changed files with 9 additions and 0 deletions
|
@ -11,6 +11,15 @@
|
|||
handlers:
|
||||
- include: "{{ handlers }}/restart_services.yml"
|
||||
|
||||
tasks:
|
||||
# We retired this in favor of PDC
|
||||
# https://lists.fedoraproject.org/archives/list/rel-eng@lists.fedoraproject.org/thread/LOWVTF6WTS43LNPWDEISLXUELXAH5YXR/#LOWVTF6WTS43LNPWDEISLXUELXAH5YXR
|
||||
- file:
|
||||
dest=/etc/httpd/conf.d/apps.fedoraproject.org/fedora-releng-dash.conf
|
||||
state=absent
|
||||
tags: releng-dash
|
||||
notify: reload apache
|
||||
|
||||
roles:
|
||||
|
||||
- role: httpd/mime-type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue