Callback plugin to list tasks that were not run

Does the methods in a callback plugin expose any kind of information which lists all tasks that were not run because the playbook failed at a step.

For example, I have Tasks 1 to 10. The playbook ended due to an error on Task 5. Can I get a list of remaining tasks marked as not_run?

Thanks
Mumshad

not currently, since tasks can be dynamically generated this is not something that I see us adding.

Thank you! I am trying to find a good way to restart playbook were it left off after a failure. start-at-task doesn’t help if there are multiple tasks with the same name. Are there any alternatives?