mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
Fix awkward plural in git module (#39399)
This commit is contained in:
parent
7ea68a23c1
commit
958ba1469b
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ options:
|
||||||
accept_hostkey:
|
accept_hostkey:
|
||||||
description:
|
description:
|
||||||
- if C(yes), ensure that "-o StrictHostKeyChecking=no" is
|
- if C(yes), ensure that "-o StrictHostKeyChecking=no" is
|
||||||
present as an ssh options.
|
present as an ssh option.
|
||||||
type: bool
|
type: bool
|
||||||
default: 'no'
|
default: 'no'
|
||||||
version_added: "1.5"
|
version_added: "1.5"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue