Use-Handlers-in-Ansible-Playbook

How to Use Handlers in Ansible Playbook

In Ansible, a handler is just like any other task but only runs when called or notified. It takes action when a change has been made on the managed host. Handlers are used in initiating a secondary change such as starting or restarting a service … Read more