ansible/changelogs/fragments/71277-include_tasks-show-name-with-free-strategy.yml

4 lines
312 B
YAML
Raw Normal View History

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``.