mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix bzr module documentation, name is the primary attribute.
This commit is contained in:
@@ -28,9 +28,9 @@ short_description: Deploy software (or files) from bzr branches
|
||||
description:
|
||||
- Manage I(bzr) branches to deploy files or software.
|
||||
options:
|
||||
parent:
|
||||
name:
|
||||
required: true
|
||||
aliases: [ name ]
|
||||
aliases: [ 'parent' ]
|
||||
description:
|
||||
- SSH or HTTP protocol address of the parent branch.
|
||||
dest:
|
||||
|
||||
Reference in New Issue
Block a user