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
This commit is contained in:
Arthur Burkart 2017-07-26 02:21:23 -04:00 committed by Toshio Kuratomi
parent 41ce724801
commit 90a42d1e53

View file

@ -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"