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>
This commit is contained in:
parent
42bc03f0f5
commit
776274143f
1 changed files with 2 additions and 2 deletions
|
@ -270,8 +270,8 @@ Use the following example as a guide for specifying roles in *requirements.yml*:
|
||||||
# from galaxy
|
# from galaxy
|
||||||
- name: yatesr.timezone
|
- name: yatesr.timezone
|
||||||
|
|
||||||
# from locally cloned git repository (file:// requires full paths)
|
# from locally cloned git repository (git+file:// requires full paths)
|
||||||
- src: file:///home/bennojoy/nginx
|
- src: git+file:///home/bennojoy/nginx
|
||||||
|
|
||||||
# from GitHub
|
# from GitHub
|
||||||
- src: https://github.com/bennojoy/nginx
|
- src: https://github.com/bennojoy/nginx
|
||||||
|
|
Loading…
Reference in a new issue