mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update git.py (#50139)
* Update git.py Mention `accept_hostkey` in the description of `ssh_opts` +label: docsite_pr * Small fix to formatting
This commit is contained in:
parent
9a7dbd5213
commit
2e63c3432f
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue