Block Handlers in Ansible (Why they don't work and what you can do instead)
Block handlers are as it turns out not a thing, lets go through what a block handler is, why they as of writing do not work: Say you have a block of code you would like to run as a handler in role...