Remove bogus config.

This commit is contained in:
Ralph Bean 2014-01-23 21:34:32 +00:00
parent d40a72f7f5
commit 3b179a2ce6

View file

@ -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