1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

removed 2nd load_callbacks that was causeing dupe output

This commit is contained in:
Brian Coca 2015-07-03 14:27:52 -04:00
parent 75c7a52828
commit de98dc2968

View file

@ -122,9 +122,6 @@ class PlaybookExecutor:
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: