Hi,
I have a ansible.cfg file that sits in the root directory of my project.
It has this in the file:
[defaults]
roles_path = ./roles
gathering = explicit
collections_paths = ./collections
stdout_callback = yaml
I have a directory named roles and in that sits my requirements.yml file.
It looks like this: