summaryrefslogtreecommitdiffstats
path: root/callback_plugins
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2013-08-06 01:56:33 +0000
committerRalph Bean <rbean@redhat.com>2013-08-06 01:56:33 +0000
commit1ed621378608beaaa0f58eab8fd95349ee9cb926 (patch)
treea8fc7cff1674458862c3d7bc018820ec8b151113 /callback_plugins
parentd88dabe798f42abbb206c1298c6f8275161f56e9 (diff)
downloadansible-1ed621378608beaaa0f58eab8fd95349ee9cb926.tar.gz
ansible-1ed621378608beaaa0f58eab8fd95349ee9cb926.tar.xz
ansible-1ed621378608beaaa0f58eab8fd95349ee9cb926.zip
Use the correct topic.
Diffstat (limited to 'callback_plugins')
-rw-r--r--callback_plugins/fedmsg_callback.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/callback_plugins/fedmsg_callback.py b/callback_plugins/fedmsg_callback.py
index 2f9f46ae7..3a892fe76 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(),