ODCS: ensure /etc/fedmsg.d/odcs.py is absent.

This commit is contained in:
Ralph Bean 2018-06-21 12:42:02 +00:00
parent 1f269385f0
commit 367cfc4f0f

View file

@ -110,6 +110,16 @@
- odcs
- 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
copy:
src: "{{ roles_path }}/odcs/base/files/pungi.conf"