Merge pull request #2500 from streeter/patch-1

Fix name of ssh_opts arg
This commit is contained in:
Toshio Kuratomi 2015-11-19 14:36:11 -08:00
commit 0d68209ef7

View file

@ -55,7 +55,7 @@ options:
version_added: "1.5"
description:
- 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.
ssh_opts:
required: false