ansible / mazer

Experimental Ansible Galaxy Content Manager
GNU General Public License v3.0
114 stars 18 forks source link

install from a git repo and specify the sha1 #197

Open aerickson opened 5 years ago

aerickson commented 5 years ago

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.