Being able to install from git is great, but having to use head or a release isn't the most convenient. If I make a fix I want to be able to push it to my repo and use without doing a release. Specifying a SHA1 is the best way to do this.
Proposed Solution
$ mazer install git+https://github.com/geerlingguy/ansible-role-nginx,6d5a401207c9cdc066398ea6542d5f127f0d5883 should work.
Feature Request
Use Case
Being able to install from git is great, but having to use head or a release isn't the most convenient. If I make a fix I want to be able to push it to my repo and use without doing a release. Specifying a SHA1 is the best way to do this.
Proposed Solution
$ mazer install git+https://github.com/geerlingguy/ansible-role-nginx,6d5a401207c9cdc066398ea6542d5f127f0d5883
should work.Alternatives
None.
Implementation
Should be a simple implementation.