Which mapping correctly describes standard Ansible role directories?
tasks holds executable tasks, handlers holds notified handlers, and templates holds deployable Jinja2 templates.
tasks
handlers
templates
meta is the primary task list, tasks stores role dependencies, and files stores handlers.
meta
files
defaults contains tests, tests contains templates, and vars contains only handlers.
defaults
tests
vars
tasks holds only variables, handlers stores static files, and templates defines inventory hosts.