Fix name of ssh_opts arg
This commit is contained in:
parent
88e0bfd75d
commit
13343a8888
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ options:
|
||||||
version_added: "1.5"
|
version_added: "1.5"
|
||||||
description:
|
description:
|
||||||
- if C(yes), adds the hostkey for the repo url if not already
|
- if C(yes), adds the hostkey for the repo url if not already
|
||||||
added. If ssh_args contains "-o StrictHostKeyChecking=no",
|
added. If ssh_opts contains "-o StrictHostKeyChecking=no",
|
||||||
this parameter is ignored.
|
this parameter is ignored.
|
||||||
ssh_opts:
|
ssh_opts:
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Reference in a new issue