Fix awkward plural in git module (#39399)

This commit is contained in:
Bryan Black 2018-04-27 21:55:43 -07:00 committed by Abhijeet Kasurde
parent 7ea68a23c1
commit 958ba1469b

View file

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