Do all files in a task role directory get included automatically, or only the main.yml?
If I have:
roles/base/tasks/swappiness.yaml
/ntpd.yaml
Would they both get included when I add the role "base"?
Or do I have to add a main.yml file in there?