diff --git a/roles/hotness/tasks/main.yml b/roles/hotness/tasks/main.yml index 846b5b66e0..a81b2c956d 100644 --- a/roles/hotness/tasks/main.yml +++ b/roles/hotness/tasks/main.yml @@ -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: