Ansible Automation Practice Test
Ansible Automation Ansible Handlers and Notifications
Where must Ansible handlers be defined within a playbook?
Select your answer
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
Hint