| Author: | André Paramés |
|---|
| parameter | required | default | choices | comments |
|---|---|---|---|---|
| dest | yes | Absolute path of where the branch should be cloned to. | ||
| executable | no | Path to bzr executable to use. If not supplied, the normal mechanism for resolving binary paths will be used. (added in Ansible 1.4) | ||
| force | no | yes |
|
If yes, any modified files in the working tree will be discarded. |
| name | yes | SSH or HTTP protocol address of the parent branch. | ||
| version | no | head | What version of the branch to clone. This can be the bzr revno or revid. |