mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
Native YAML (#3576)
This commit is contained in:
parent
9a399d9945
commit
79e1e01e4c
1 changed files with 6 additions and 5 deletions
|
@ -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 = '''# '''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue