From 7a9d1e861deae395f5990277dfe8af537bd6fcdb Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 4 Mar 2016 18:00:43 +0000 Subject: [PATCH] Remove old releng-dash conf file. --- playbooks/include/proxies-miscellaneous.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/playbooks/include/proxies-miscellaneous.yml b/playbooks/include/proxies-miscellaneous.yml index e611f01915..65d845440d 100644 --- a/playbooks/include/proxies-miscellaneous.yml +++ b/playbooks/include/proxies-miscellaneous.yml @@ -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