Add an example of specifying a specific commit hash. (#67722)

pull/67744/head
TAKAHASHI Shuuji 6 years ago committed by GitHub
parent 9ea5bb3364
commit b950d18912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -273,6 +273,10 @@ Use the following example as a guide for specifying roles in *requirements.yml*:
src: https://github.com/bennojoy/nginx
version: master
# from GitHub, specifying a specific commit hash
- src: https://github.com/bennojoy/nginx
version: "ee8aa41"
# from a webserver, where the role is packaged in a tar.gz
- name: http-role-gz
src: https://some.webserver.example.com/files/master.tar.gz

Loading…
Cancel
Save