From 2e63c3432f97599394b0e2a17caed148b11c004f Mon Sep 17 00:00:00 2001 From: mbork <3393961+mbork@users.noreply.github.com> Date: Wed, 19 Dec 2018 12:11:50 +0100 Subject: [PATCH] Update git.py (#50139) * Update git.py Mention `accept_hostkey` in the description of `ssh_opts` +label: docsite_pr * Small fix to formatting --- lib/ansible/modules/source_control/git.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/ansible/modules/source_control/git.py b/lib/ansible/modules/source_control/git.py index e50268518b..37cb80c831 100644 --- a/lib/ansible/modules/source_control/git.py +++ b/lib/ansible/modules/source_control/git.py @@ -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: