Using block for handlers in Ansible
Sometimes you want to run few operations for your handler instead of just one. In my case, a handler was designed to restart a main service, but with few conditions:
- This service may create a ‘lock file’ which says ‘do not restart me now’…