|
|
@ -45,12 +45,13 @@ options:
|
|
|
|
branch name, or a tag name.
|
|
|
|
branch name, or a tag name.
|
|
|
|
accept_hostkey:
|
|
|
|
accept_hostkey:
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
default: false
|
|
|
|
default: "no"
|
|
|
|
|
|
|
|
choices: [ "yes", "no" ]
|
|
|
|
version_added: "1.5"
|
|
|
|
version_added: "1.5"
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Add the hostkey for the repo url if not already added.
|
|
|
|
- if C(yes), adds the hostkey for the repo url if not already
|
|
|
|
If ssh_args contains "-o StrictHostKeyChecking=no", this
|
|
|
|
added. If ssh_args contains "-o StrictHostKeyChecking=no",
|
|
|
|
parameter is ignored.
|
|
|
|
this parameter is ignored.
|
|
|
|
ssh_opts:
|
|
|
|
ssh_opts:
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
default: None
|
|
|
|
default: None
|
|
|
|