This might just be fixed.
This commit is contained in:
parent
09b268e69c
commit
2856e06c0f
1 changed files with 0 additions and 2 deletions
|
@ -76,8 +76,6 @@ class CallbackModule(object):
|
||||||
return
|
return
|
||||||
|
|
||||||
results = dict([(h, stats.summarize(h)) for h in stats.processed])
|
results = dict([(h, stats.summarize(h)) for h in stats.processed])
|
||||||
import pprint
|
|
||||||
pprint.pprint(results)
|
|
||||||
fedmsg.publish(
|
fedmsg.publish(
|
||||||
modname="ansible", topic="playbook.complete",
|
modname="ansible", topic="playbook.complete",
|
||||||
msg=dict(
|
msg=dict(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue