From fbdb10d8a5ad790b8971c13f56167f98d4b87eea Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 11 Jul 2014 08:44:29 -0400 Subject: [PATCH] Documentation simplification for git module parameter --- library/source_control/git | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/library/source_control/git b/library/source_control/git index 7ca407ae5d3..15ca0fd07a5 100644 --- a/library/source_control/git +++ b/library/source_control/git @@ -101,9 +101,7 @@ options: choices: [ "yes", "no" ] version_added: "1.2" description: - - If C(yes), repository will be updated using the supplied - remote. Otherwise the repo will be left untouched. - Prior to 1.2, this was always 'yes' and could not be disabled. + - If C(no), just returns information about the repository without updating. executable: required: false default: null