mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Native YAML (#3578)
This commit is contained in:
parent
1684792efa
commit
23cfa31a7b
1 changed files with 5 additions and 4 deletions
|
@ -65,10 +65,11 @@ requirements: []
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- airbrake_deployment: token=AAAAAA
|
- airbrake_deployment:
|
||||||
environment='staging'
|
token: AAAAAA
|
||||||
user='ansible'
|
environment: staging
|
||||||
revision=4.2
|
user: ansible
|
||||||
|
revision: 4.2
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import urllib
|
import urllib
|
||||||
|
|
Loading…
Add table
Reference in a new issue