Skip to content

Commit

Permalink
removed 2nd load_callbacks that was causeing dupe output
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoca committed Jul 3, 2015
1 parent 75c7a52 commit de98dc2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/ansible/executor/playbook_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ def run(self):
entry['plays'].append(p)

else:
# make sure the tqm has callbacks loaded
self._tqm.load_callbacks()

# we are actually running plays
for batch in self._get_serialized_batches(new_play):
if len(batch) == 0:
Expand Down

0 comments on commit de98dc2

Please sign in to comment.