Native YAML (#3596)

This commit is contained in:
Fabio Alessandro Locati 2016-12-01 12:30:04 +00:00 committed by Matt Clay
parent f4a4492992
commit 951b87492a
3 changed files with 64 additions and 16 deletions

View file

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