mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
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
|
# Example read-write git checkout from github
|
||||||
- git:
|
- git:
|
||||||
repo: ssh://git@github.com/mylogin/hello.git
|
repo: git@github.com:mylogin/hello.git
|
||||||
dest: /home/mylogin/hello
|
dest: /home/mylogin/hello
|
||||||
|
|
||||||
# Example just ensuring the repo checkout exists
|
# Example just ensuring the repo checkout exists
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue