From 90a42d1e536affadd5d97c20802bdd9c8a954d2d Mon Sep 17 00:00:00 2001 From: Arthur Burkart Date: Wed, 26 Jul 2017 02:21:23 -0400 Subject: [PATCH] Updates docs to match module behavior (#26658) * Updates docs to match module behavior * Updates docs to match module behavior Updated using advice from jimi-c * Removes snippet about git module before v1.8.3 At suggestion of robinro --- lib/ansible/modules/source_control/git.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/ansible/modules/source_control/git.py b/lib/ansible/modules/source_control/git.py index 424761e9a1..d56d101ab5 100644 --- a/lib/ansible/modules/source_control/git.py +++ b/lib/ansible/modules/source_control/git.py @@ -42,10 +42,8 @@ options: dest: required: true description: - - Absolute path of where the repository should be checked out to. - This parameter is required, unless C(clone) is set to C(no) - This change was made in version 1.8.3. Prior to this version, - the C(dest) parameter was always required. + - The path of where the repository should be checked out. This + parameter is required, unless C(clone) is set to C(no). version: required: false default: "HEAD"