1. some of the Ansible artifact types have a direc...
# plugins
c
2. some of the Ansible artifact types have a directory structure where each folder contains a different type of resource, and the subcomponents don't really make sense independently. For example, a Role has a folder for "tasks", "meta", "templates", and so on. Should I be creating a different type of Source for each of those? Should I need to put a BUILD file in each of those folders?