Ansible Handlers, Conditions, and Loops
A handler is exactly the same as a task, but it will run when called by another task
OR
Handlers are just like regular tasks in an ansible playbook but are only run if the task conta...
devopswithcj.com3 min read