mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 14:21:26 -07: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
|
- Creates a wrapper script and exports the path as GIT_SSH
|
||||||
which git then automatically uses to override ssh arguments.
|
which git then automatically uses to override ssh arguments.
|
||||||
An example value could be "-o StrictHostKeyChecking=no"
|
An example value could be "-o StrictHostKeyChecking=no"
|
||||||
|
(although this particular option is better set via
|
||||||
|
C(accept_hostkey)).
|
||||||
version_added: "1.5"
|
version_added: "1.5"
|
||||||
key_file:
|
key_file:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue