What is the function of an Ansible 'handler' in a playbook?
-
A
A task that runs at the beginning of every play unconditionally
-
B
A task triggered by a 'notify' directive that runs only once at the end of a play if notified
-
C
A module for handling file operations
-
D
A variable defined at the host group level