From 3b179a2ce6c08edfd687de767e5f8eb694fda904 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 23 Jan 2014 21:34:32 +0000 Subject: [PATCH] Remove bogus config. --- roles/notifs-frontend/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/notifs-frontend/tasks/main.yml b/roles/notifs-frontend/tasks/main.yml index ef16ea38be..900b285be7 100644 --- a/roles/notifs-frontend/tasks/main.yml +++ b/roles/notifs-frontend/tasks/main.yml @@ -17,6 +17,11 @@ notify: - restart apache +- name: destroy a bogus config file brought in by python-datanommer-models + file: dest=/etc/fedmsg.d/datanommer.py state=absent + notify: + - restart apache + - name: copy fmn httpd config copy: > src=fmn.web.conf dest=/etc/httpd/conf.d/fmn.web.conf