How do I execute ALL the task in a YML file locally?

I have a role whose main.yml file includes several *.yml files, e.g.,

`
main.yml

Have you looked at delegate_to ?

http://docs.ansible.com/ansible/playbooks_delegation.html#id10

HTH,
Patrick

Examples for delegate_to, local_action, etc. all show them being added per task. Though this will definitely accomplish what I want, I just want to do it in a more “file-global” way. Again, per my OP.

Chris

IOW, I want to do all the tasks inside the YML file on my local machine in “one fell swoop.”