Google News
logo
DevOps - Interview Questions
What are handlers in Ansible?
Handlers in Ansible are just like regular tasks inside an Ansible Playbook, but they are only run if the task contains a ‘notify’ directive. Handlers are triggered when it is called by another task.
Advertisement