ansible-letsencrypt icon indicating copy to clipboard operation
ansible-letsencrypt copied to clipboard

Versioning

Open prydie opened this issue 8 years ago • 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.

prydie avatar May 12 '16 14:05 prydie

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).

mikolak-net avatar Aug 19 '16 19:08 mikolak-net