mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 06:30:19 -07:00
Native YAML (#3596)
This commit is contained in:
parent
f4a4492992
commit
951b87492a
3 changed files with 64 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue