abfb7919dc
Change: - In some cases (always with free strategy, sometimes with linear), the default callback would not show the task banner for include_tasks. - This only affects the include_tasks task itself, not the tasks in the included file. Test Plan: - Updated default callback tests Tickets: - Fixes #71277 Signed-off-by: Rick Elrod <rick@elrod.me>
3 lines
312 B
YAML
3 lines
312 B
YAML
minor_changes:
|
|
- default callback - task name is now shown for ``include_tasks`` when using the ``free`` strategy (https://github.com/ansible/ansible/issues/71277).
|
|
- default callback - task name is now shown for ``include_tasks`` when using the ``linear`` strategy with ``ANSIBLE_DISPLAY_SKIPPED_HOSTS=0``.
|