Skip to content

Commit

Permalink
stdout callback first comment (ansible#84533)
Browse files Browse the repository at this point in the history
so we know its a rule, not just implementation accident
  • Loading branch information
bcoca authored Jan 21, 2025
1 parent 3b6d086 commit df7e1be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ansible/executor/task_queue_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ def has_dead_workers(self):

@lock_decorator(attr='_callback_lock')
def send_callback(self, method_name, *args, **kwargs):
# We always send events to stdout callback first, rest should follow config order
for callback_plugin in [self._stdout_callback] + self._callback_plugins:
# a plugin that set self.disabled to True will not be called
# see osx_say.py example for such a plugin
Expand Down

0 comments on commit df7e1be

Please sign in to comment.