Remove unwanted file from mbs rpm.
This commit is contained in:
parent
d7f9660ced
commit
a8f17c9cd4
1 changed files with 9 additions and 0 deletions
|
@ -15,6 +15,15 @@
|
|||
- mbs
|
||||
- mbs/common
|
||||
|
||||
- name: kill development config
|
||||
file: path=/etc/fedmsg.d/module_build_service.py state=absent
|
||||
notify:
|
||||
- restart apache
|
||||
- restart fedmsg-hub
|
||||
tags:
|
||||
- mbs
|
||||
- mbs/common
|
||||
|
||||
- name: copy app configuration
|
||||
template: >
|
||||
src=config.py dest=/etc/module-build-service/config.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue