Fix subversion module's documentation

Let our users determine what they want to do with a given module.
Particularily when the mdoule doesn't pose any such restrictions.
This commit is contained in:
Igor Galić 2012-11-28 10:02:20 +01:00
parent c948c65bcd
commit e031054934

View file

@ -23,7 +23,7 @@ DOCUMENTATION = '''
module: subversion module: subversion
short_description: Deploys a subversion repository. short_description: Deploys a subversion repository.
description: description:
- This module is really simple, so for now this checks out from the given branch of a repo at a particular SHA or tag. Latest is not supported, you should not be doing that. - This module is really simple: It checks out from the given branch of a repo or at a particular tag.
version_added: "0.7" version_added: "0.7"
options: options:
repo: repo: