From 958ba1469b8d92196c74f5fda00f152626998249 Mon Sep 17 00:00:00 2001 From: Bryan Black Date: Fri, 27 Apr 2018 21:55:43 -0700 Subject: [PATCH] Fix awkward plural in git module (#39399) --- lib/ansible/modules/source_control/git.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/source_control/git.py b/lib/ansible/modules/source_control/git.py index e1bab75e8ef..76457d6d2e4 100644 --- a/lib/ansible/modules/source_control/git.py +++ b/lib/ansible/modules/source_control/git.py @@ -44,7 +44,7 @@ options: accept_hostkey: description: - if C(yes), ensure that "-o StrictHostKeyChecking=no" is - present as an ssh options. + present as an ssh option. type: bool default: 'no' version_added: "1.5"