galaxy: Update example for git+file (#73053)

Use correct syntax for installation of role from
local git repository.

Fixes: #72217

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/73108/head
Abhijeet Kasurde 4 years ago committed by GitHub
parent 42bc03f0f5
commit 776274143f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -270,8 +270,8 @@ Use the following example as a guide for specifying roles in *requirements.yml*:
# from galaxy
- name: yatesr.timezone
# from locally cloned git repository (file:// requires full paths)
- src: file:///home/bennojoy/nginx
# from locally cloned git repository (git+file:// requires full paths)
- src: git+file:///home/bennojoy/nginx
# from GitHub
- src: https://github.com/bennojoy/nginx

Loading…
Cancel
Save