mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix awkward plural in git module (#39399)
This commit is contained in:
committed by
Abhijeet Kasurde
parent
7ea68a23c1
commit
958ba1469b
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user