I am using ansible 1.9.1 and in the same role I have a couple of notify to the same service to be restarted.
Apparently, ansible tries to restart 3-4 times for each notify and that is undesirable.
I could do without notify and create register for each task and then at the end I can have another task that would do when: any of the register variable changed and restart but that is a hack.
Please let me know if there is the right way to do this.
Currently, I already finished my setup and I just do not have the outputs around but please trust me on this one or you can simply experiment with something similar to this situation.