Update git.py (#50139)
* Update git.py Mention `accept_hostkey` in the description of `ssh_opts` +label: docsite_pr * Small fix to formattingpull/4420/head
parent
9a7dbd5213
commit
2e63c3432f
|
@ -53,6 +53,8 @@ options:
|
|||
- Creates a wrapper script and exports the path as GIT_SSH
|
||||
which git then automatically uses to override ssh arguments.
|
||||
An example value could be "-o StrictHostKeyChecking=no"
|
||||
(although this particular option is better set via
|
||||
C(accept_hostkey)).
|
||||
version_added: "1.5"
|
||||
key_file:
|
||||
description:
|
||||
|
|
Loading…
Reference in New Issue