From 21940f8c8e094ff24800aa54eb9353fee99e9c30 Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Fri, 9 Dec 2016 13:48:15 +0000 Subject: [PATCH] Remove unneeded quotes - source_control/bzr.py (#18825) --- lib/ansible/modules/source_control/bzr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/source_control/bzr.py b/lib/ansible/modules/source_control/bzr.py index f66c00abf82..5f5c5fe5c1f 100644 --- a/lib/ansible/modules/source_control/bzr.py +++ b/lib/ansible/modules/source_control/bzr.py @@ -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 '''