Add service handlers to hotness config task
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
10293f57dd
commit
593180d9a5
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue