Hello,
I am currently developing and refactoring custom ansible roles and I would like to know how can I do to call dependencies in a role from its tests folder without rewriting a requirements.yml in this folder ? I would like to respect the DRY principle as requirements are already set in the meta/main.yml of this role.
Thank you.