When downloading roles it's possible to specify roles. One of several ways would be with the following requirements.yml
file:
---
- src: https://github.com/jdauphant/ansible-role-ssl-certs
version: v1.5.2
This role could then be downloaded with the following command:
ansible-galaxy install -r requirements.yml
How do you then specify which version of a role to use in an Ansible playbook?
roles:
- jdauphant.ssl-certs