Commit de98dc29 by Brian Coca

removed 2nd load_callbacks that was causeing dupe output

parent 75c7a528
...@@ -122,9 +122,6 @@ class PlaybookExecutor: ...@@ -122,9 +122,6 @@ class PlaybookExecutor:
entry['plays'].append(p) entry['plays'].append(p)
else: else:
# make sure the tqm has callbacks loaded
self._tqm.load_callbacks()
# we are actually running plays # we are actually running plays
for batch in self._get_serialized_batches(new_play): for batch in self._get_serialized_batches(new_play):
if len(batch) == 0: if len(batch) == 0:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment