From af9785c05f0a601a112a44c16862c076c778bbe9 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 12 Aug 2016 08:50:14 -0700 Subject: [PATCH] openqa/dispatcher: scheduler config write should restart fedmsg --- roles/openqa/dispatcher/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/openqa/dispatcher/tasks/main.yml b/roles/openqa/dispatcher/tasks/main.yml index ad4619b79d..55efa9319a 100644 --- a/roles/openqa/dispatcher/tasks/main.yml +++ b/roles/openqa/dispatcher/tasks/main.yml @@ -104,6 +104,8 @@ - name: Write schedule.conf template: src=schedule.conf.j2 dest=/etc/fedora-openqa/schedule.conf owner=root group=root mode=0644 + notify: + - restart fedmsg-hub tags: - config