Add service handlers to hotness config task

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
Jeremy Cline 2017-10-16 14:00:32 +00:00
parent 10293f57dd
commit 593180d9a5

View file

@ -29,12 +29,14 @@
- hotfix
- hotness
- name: copy database configuration
- name: copy hotness fedmsg configuration
template: >
src={{ item }} dest=/etc/fedmsg.d/{{ item }}
owner=fedmsg group=fedmsg mode=0600
with_items:
- hotness.py
handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml"
notify:
- restart fedmsg-hub
tags: