Handlers only run once no mater how many times they are notified and
handlers run is triggered after all the roles is finished.
> Should I open a bug or this is the intended behavior? If this is the
> intended behavior, are there any other means to pass instance
> parameters to
> handlers?
Since handlers is special passing parameters to it is not trivial.
You could instead have "register: result" on the template instead of
notify and just have command as a regular task with this added "when:
result is changed"
--
Kai Stian Olstad