From fae36165a27ceb2cb834c69ca4abc4f5f40fd1fa Mon Sep 17 00:00:00 2001 From: patrickheeney Date: Thu, 13 Mar 2014 07:58:12 -0700 Subject: [PATCH] Fix documentation for accept_hostkey --- library/source_control/git | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/library/source_control/git b/library/source_control/git index 65c799a5df4..f4ee4d522b7 100644 --- a/library/source_control/git +++ b/library/source_control/git @@ -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