mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Update git example (#49098)
* Update git example * set correct url format for ssh
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user