Finally tasks

Hi,
I need to run cleanup tasks at the end of the playbook, no matter what the results of the other tasks.
Is there any way to do it with Ansible?

Thanks,
Shai.

Not really.

You can do:

ansible-playbook one.yml; ansible-playbook two.yml