Update git example (#49098)

* Update git example

* set correct url format for ssh
pull/49159/head
Bernardo Vieira da Silva 6 years ago committed by Sandra McCann
parent e42fb44995
commit 26a677c2a9

@ -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…
Cancel
Save