1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Native YAML (#3576)

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

View file

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