How do I get a task to always execute even if the task before it fail?

I’m new to ansible and want to set my tasks to always run even if the task above it fails. Can someone provide an example or show me how to set it up with my task shown below?

Here is one of my task that I want to set to run:

You mention multiple tasks, but the play only has one. Which is the task above the other?