ansible call handler with variable from a loop

Hi all.

I have a wait _for task that iterate over a list of hosts. Every time that one host of the list is reachable, i want to call an handler passing the host as argument, and repeat it for every host when become reachable. I don’t want to wait that all hosts are reachable. Is it possible?

thanks
D.