mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Revert "removed 2nd load_callbacks that was causeing dupe output"
This reverts commit de98dc2968.
This commit is contained in:
@@ -122,6 +122,9 @@ 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:
|
||||||
|
|||||||
Reference in New Issue
Block a user