What is the purpose of handlers in Ansible?
-
A
Tasks triggered by the 'notify' directive that run once at the end of a play if notified
-
B
Tasks that run before all other tasks in a role
-
C
Error-handling routines for failed tasks
-
D
Post-play cleanup tasks defined in meta