summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAbhijeet Kasurde <akasurde@redhat.com>2021-01-08 01:42:56 +0530
committerGitHub <noreply@github.com>2021-01-07 14:12:56 -0600
commit2246e1a0fb57c49e90f6a898f9c606d92a65e3ee (patch)
tree2c3467a614b4f9baecca1183e46c34f75b1500af /docs
parentdc8d0c4d62f859860c325d56e92a3960b29ccaff (diff)
downloadansible-2246e1a0fb57c49e90f6a898f9c606d92a65e3ee.tar.gz
[2.10] galaxy: Update example for git+file (#73115)
Use correct syntax for installation of role from local git repository. Fixes: #72217 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com> (cherry picked from commit 776274143fc255d24c0fba8e6b37aa38041fe471)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/galaxy/user_guide.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docsite/rst/galaxy/user_guide.rst b/docs/docsite/rst/galaxy/user_guide.rst
index 85b20c0780..bbadfe8cd6 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