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

load callbacks on init again as they did not seem to load with new call from executor

This commit is contained in:
Brian Coca 2015-07-03 13:01:21 -04:00
parent 139138c604
commit cf4ed9a556

View file

@ -63,6 +63,8 @@ class TaskQueueManager:
self._stdout_callback = stdout_callback self._stdout_callback = stdout_callback
self._callback_plugins = [] self._callback_plugins = []
self.load_callbacks()
# a special flag to help us exit cleanly # a special flag to help us exit cleanly
self._terminated = False self._terminated = False