From cb92cdfff789adcdf0e9d02bd4d9513c5e5092c6 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Tue, 2 Jun 2015 14:49:12 +0000 Subject: [PATCH] actually define the handle. You know, it might be helpful, given that I told ansible to use it. Signed-off-by: Ricky Elrod --- roles/graphite/fedmsg2statsd/handlers/main.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/graphite/fedmsg2statsd/handlers/main.yml diff --git a/roles/graphite/fedmsg2statsd/handlers/main.yml b/roles/graphite/fedmsg2statsd/handlers/main.yml new file mode 100644 index 0000000000..de8c37b7d1 --- /dev/null +++ b/roles/graphite/fedmsg2statsd/handlers/main.yml @@ -0,0 +1,3 @@ +--- +- name: restart fedmsg2statsd + service: name=fedmsg2statsd state=restarted