From 5dd92317436b8d488d4dbaf554c1dc98bf0d0332 Mon Sep 17 00:00:00 2001 From: Devin Austin Date: Tue, 16 Sep 2014 11:05:37 -0600 Subject: [PATCH] updated git module documentation Clarified key_file option for the git module, since it requires the user to specify a private key, not a public key. --- library/source_control/git | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/source_control/git b/library/source_control/git index 15ca0fd07a5..7cef7788e79 100644 --- a/library/source_control/git +++ b/library/source_control/git @@ -65,8 +65,7 @@ options: default: None version_added: "1.5" description: - - Uses the same wrapper method as ssh_opts to pass - "-i " to the ssh arguments used by git + - Specify an optional private key file to use for the checkout. reference: required: false default: null