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

This commit is contained in:
Fabio Alessandro Locati 2016-12-09 13:48:15 +00:00 committed by John R Barker
commit 21940f8c8e

View file

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