Use the correct topic.
This commit is contained in:
parent
d88dabe798
commit
1ed6213786
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue