Native YAML (#3576)

This commit is contained in:
Fabio Alessandro Locati 2016-12-01 10:55:49 +00:00 committed by Matt Clay
commit 79e1e01e4c

View file

@ -67,11 +67,12 @@ requirements: []
''' '''
EXAMPLES = ''' EXAMPLES = '''
- honeybadger_deployment: token=AAAAAA - honeybadger_deployment:
environment='staging' token: AAAAAA
user='ansible' environment: staging
revision=b6826b8 user: ansible
repo=git@github.com:user/repo.git revision: b6826b8
repo: 'git@github.com:user/repo.git'
''' '''
RETURN = '''# ''' RETURN = '''# '''