mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix documentation for accept_hostkey
This commit is contained in:
parent
d1753046e0
commit
fae36165a2
1 changed files with 5 additions and 4 deletions
|
@ -45,12 +45,13 @@ options:
|
|||
branch name, or a tag name.
|
||||
accept_hostkey:
|
||||
required: false
|
||||
default: false
|
||||
default: "no"
|
||||
choices: [ "yes", "no" ]
|
||||
version_added: "1.5"
|
||||
description:
|
||||
- Add the hostkey for the repo url if not already added.
|
||||
If ssh_args contains "-o StrictHostKeyChecking=no", this
|
||||
parameter is ignored.
|
||||
- if C(yes), adds the hostkey for the repo url if not already
|
||||
added. If ssh_args contains "-o StrictHostKeyChecking=no",
|
||||
this parameter is ignored.
|
||||
ssh_opts:
|
||||
required: false
|
||||
default: None
|
||||
|
|
Loading…
Reference in a new issue