Fix bzr module documentation, name is the primary attribute.

This commit is contained in:
Michael DeHaan 2013-03-17 11:53:27 -04:00
commit 9bd586acdb

View file

@ -28,9 +28,9 @@ short_description: Deploy software (or files) from bzr branches
description: description:
- Manage I(bzr) branches to deploy files or software. - Manage I(bzr) branches to deploy files or software.
options: options:
parent: name:
required: true required: true
aliases: [ name ] aliases: [ 'parent' ]
description: description:
- SSH or HTTP protocol address of the parent branch. - SSH or HTTP protocol address of the parent branch.
dest: dest: