Where must Ansible handlers be defined within a playbook?
-
A
In a 'handlers' section at the play level, separate from the 'tasks' section
-
B
Inside the 'tasks' section alongside regular tasks
-
C
In a separate file always named handlers.yml
-
D
At the top of the playbook before the 'hosts' key