ODCS: ensure /etc/fedmsg.d/odcs.py is absent.
This commit is contained in:
parent
1f269385f0
commit
367cfc4f0f
1 changed files with 10 additions and 0 deletions
|
@ -110,6 +110,16 @@
|
||||||
- odcs
|
- odcs
|
||||||
- odcs/backend
|
- odcs/backend
|
||||||
|
|
||||||
|
- name: Make sure the /etc/fedmsg.d/odcs.py file (provided by rpm) is absent.
|
||||||
|
file:
|
||||||
|
path: /etc/fedmsg.d/odcs.py
|
||||||
|
state: absent
|
||||||
|
notify:
|
||||||
|
- restart fedmsg-hub
|
||||||
|
tags:
|
||||||
|
- odcs
|
||||||
|
- odcs/backend
|
||||||
|
|
||||||
- name: copy the ODCS pungi config template to backend
|
- name: copy the ODCS pungi config template to backend
|
||||||
copy:
|
copy:
|
||||||
src: "{{ roles_path }}/odcs/base/files/pungi.conf"
|
src: "{{ roles_path }}/odcs/base/files/pungi.conf"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue