1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix bzr module documentation, name is the primary attribute.

This commit is contained in:
Michael DeHaan 2013-03-17 11:53:27 -04:00
parent 1a5ac9d149
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: