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
|
- 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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue