Notifications don't run if there's a failure

I often see a notification not run because a subsequent task fails, bailing out everything else.

The problem is that on the next run, the notification isn’t triggered, because the task that generates it doesn’t change anything.

This comes up in testing more often than elsewhere.

Is there any way to make sure notifications run even if there’s a failing task?

Cheers,

Asked for. Ticket exists to look at this for 0.9 …

Thanks. Didn’t see a ticket in github – should I add one?

Cheers,

Maybe just add comments to https://github.com/ansible/ansible/issues/1312

It's quasi related, but not 100%.

Hmm, seemed quite different, so I opened https://github.com/ansible/ansible/issues/1350.

Cheers,