Update git example (#49098)
* Update git example * set correct url format for ssh
This commit is contained in:
parent
e42fb44995
commit
26a677c2a9
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ EXAMPLES = '''
|
|||
|
||||
# Example read-write git checkout from github
|
||||
- git:
|
||||
repo: ssh://git@github.com/mylogin/hello.git
|
||||
repo: git@github.com:mylogin/hello.git
|
||||
dest: /home/mylogin/hello
|
||||
|
||||
# Example just ensuring the repo checkout exists
|
||||
|
|
Loading…
Reference in a new issue