Hello.
I have added a feature to my fork that allows a task file to be shared by a block and a rescue but to run the tasks in reverse order in rescue to achieve an undo.
I did this because it was a great exercise to study Ansible and the Python code that makes it work, and maybe the feature is useful.
The feature modifies include_tasks to allow optional parameter "reverse: True"
Is this something that is of interest to you, maintainers?
Thanks
Tim Eisler