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 - hotfix
- hotness - hotness
- name: copy database configuration - name: copy hotness fedmsg configuration
template: > template: >
src={{ item }} dest=/etc/fedmsg.d/{{ item }} src={{ item }} dest=/etc/fedmsg.d/{{ item }}
owner=fedmsg group=fedmsg mode=0600 owner=fedmsg group=fedmsg mode=0600
with_items: with_items:
- hotness.py - hotness.py
handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml"
notify: notify:
- restart fedmsg-hub - restart fedmsg-hub
tags: tags: