You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/73899-more-te-callbacks.yml

6 lines
347 B
YAML

minor_changes:
- Callbacks - Migrate more places in the ``TaskExecutor`` to sending callbacks directly
over the queue, instead of sending them as ``TaskResult`` and short circuiting in the
Strategy to send the callback. This enables closer to real time callbacks of retries
and loop results (https://github.com/ansible/ansible/issues/73899)