mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 19:32:47 +00:00
Remove unneeded quotes - source_control/bzr.py (#18825)
This commit is contained in:
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
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user