mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Add service handlers to hotness config task
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user