hi,
What is the best way of having a ‘cleanup’ playbook in ansible and having it run unconditionally after the main one?
I mean I want to have set of tasks each which will be run after completion (or failure) of main play book w/o ‘fail fast’ logic (meaning there will be one attempt made to run each task regardless whether previous tasks have failed or not)