From 776274143fc255d24c0fba8e6b37aa38041fe471 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Mon, 4 Jan 2021 22:31:54 +0530 Subject: [PATCH] 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 --- docs/docsite/rst/galaxy/user_guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/galaxy/user_guide.rst b/docs/docsite/rst/galaxy/user_guide.rst index eadc3166a48..417138a12aa 100644 --- a/docs/docsite/rst/galaxy/user_guide.rst +++ b/docs/docsite/rst/galaxy/user_guide.rst @@ -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