ansible/changelogs/fragments/72511-always-prepend-role-to-task-name.yml

4 lines
305 B
YAML
Raw Normal View History

bugfixes:
- 'Fix notifying handlers via `role_name : handler_name` when handler name contains the role name. (https://github.com/ansible/ansible/issues/70582)'
- 'Fix --list-tasks format `role_name : task_name` when task name contains the role name. (https://github.com/ansible/ansible/issues/72505)'