Remove unneeded quotes - source_control/bzr.py (#18825)
This commit is contained in:
parent
19f0b5f1cc
commit
21940f8c8e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue