bzr – Deploy software (or files) from bzr branches¶
Parameters¶
Examples¶
# Example bzr checkout from Ansible Playbooks
- bzr:
name: bzr+ssh://foosball.example.org/path/to/branch
dest: /srv/checkout
version: 22
Status¶
- This module is not guaranteed to have a backwards compatible interface. [preview]
- This module is maintained by the Ansible Community. [community]
Authors¶
- André Paramés (@andreparames)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.