Remove unneeded quotes - source_control/bzr.py (#18825)

pull/19076/head
Fabio Alessandro Locati 8 years ago committed by John R Barker
parent 19f0b5f1cc
commit 21940f8c8e

@ -67,7 +67,7 @@ options:
EXAMPLES = '''
# Example bzr checkout from Ansible Playbooks
- bzr:
name: 'bzr+ssh://foosball.example.org/path/to/branch'
name: bzr+ssh://foosball.example.org/path/to/branch
dest: /srv/checkout
version: 22
'''

Loading…
Cancel
Save