Hi all,
I have a quick question regarding the install -r requirements.yml functionality in ansible-galaxy.
I have role A which has a requirements.yml file which defines role B as a requirement. Role B in turn has a requirements.yml file which states role C is required.
If i use ansible-galaxy install -r requirements.yml in Role A will it install Role C?
Best Regards,
Leigh Hayward