Re: [ansible-project] Re: Notifying handler only once

2014-04-09 Thread Michael DeHaan
It's very unlikely that we are going to add a handler that spans plays, due to the way plays are modelled. However, there are some tricks/patterns where you could create a handler needs to run file on the remote host, check for it with stat, and signal a handler in a final play, if you were using

[ansible-project] Re: Notifying handler only once

2014-04-08 Thread Timur Batyrshin
Hi, I've posted a similar message earlier: https://groups.google.com/forum/#!topic/ansible-project/8FqZwqqyyeU But haven't got any replies to it. And here is a bit earlier ticket with Michael's answer: https://github.com/ansible/ansible/issues/5634 If you find the way to solve your issue