1
0
Fork 0
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:
mbork 2018-12-19 12:11:50 +01:00 committed by Dag Wieers
parent 9a7dbd5213
commit 2e63c3432f

View file

@ -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: