We have 3 repository, let say repo Y,Z and W.
There are roles under repository W that repository Y and Z want to use.
From reading, it seem we need to set requirements.yml as below,
- src: git@github.com:SOMEREPOSITORY/test-role.git
version: main
name: test_role
However, we still not success to use the share roles,
ERROR! the role 'test_role' was not found in /home/coder/provision/Build/roles:/home/coder/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/home/coder/provision/Build
is there need to be configure in ansible.cfg file that we missed?