thefinn93/ansible-letsencrypt

Versioning

prydie opened this issue · 1 comments

It would be preferable to have the role versioned (GH releases and on Ansible Galaxy) so that users can be confident that changes aren't going to affect their projects silently.

In the meantime, a workaround is adding the Git HTTPS URL as src, and the designated commit hash as version in your requirements.yml.

That at least reduces the risk of provisioning failing because of a new commit being pushed in the meantime (appears to be somewhat esoteric knowledge, so including it here).