mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Revert git module doc update because it appears ssh:// works and bare ssh repo does not
This reverts commit e715909831e27cbfed2ae86e886bf154cefd7b6c.
This commit is contained in:
parent
a71b1b7385
commit
fc15177e6e
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ EXAMPLES = '''
|
||||||
version=release-0.22
|
version=release-0.22
|
||||||
|
|
||||||
# Example read-write git checkout from github
|
# Example read-write git checkout from github
|
||||||
- git: repo=git@github.com/mylogin/hello.git dest=/home/mylogin/hello
|
- git: repo=ssh://git@github.com/mylogin/hello.git dest=/home/mylogin/hello
|
||||||
|
|
||||||
# Example just ensuring the repo checkout exists
|
# Example just ensuring the repo checkout exists
|
||||||
- git: repo=git://foosball.example.org/path/to/repo.git dest=/srv/checkout update=no
|
- git: repo=git://foosball.example.org/path/to/repo.git dest=/srv/checkout update=no
|
||||||
|
|
Loading…
Reference in a new issue