Commit fae36165 by patrickheeney

Fix documentation for accept_hostkey

parent d1753046
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment