Update git example (#49098)

* Update git example

* set correct url format for ssh
This commit is contained in:
Bernardo Vieira da Silva 2018-11-26 20:35:08 +00:00 committed by Sandra McCann
parent e42fb44995
commit 26a677c2a9

View file

@ -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