From 1ed621378608beaaa0f58eab8fd95349ee9cb926 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 6 Aug 2013 01:56:33 +0000 Subject: [PATCH] Use the correct topic. --- callback_plugins/fedmsg_callback.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/callback_plugins/fedmsg_callback.py b/callback_plugins/fedmsg_callback.py index 2f9f46ae78..3a892fe769 100644 --- a/callback_plugins/fedmsg_callback.py +++ b/callback_plugins/fedmsg_callback.py @@ -70,7 +70,7 @@ class CallbackModule(object): def playbook_on_stats(self, stats): results = dict([(h, stats.summarize(h)) for h in stats.processed]) fedmsg.publish( - modname="ansible", topic="playbook.start", + modname="ansible", topic="playbook.complete", msg=dict( playbook=self.playbook, userid=getlogin(),