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 = '''
|
||||
- airbrake_deployment: token=AAAAAA
|
||||
environment='staging'
|
||||
user='ansible'
|
||||
revision=4.2
|
||||
- airbrake_deployment:
|
||||
token: AAAAAA
|
||||
environment: staging
|
||||
user: ansible
|
||||
revision: 4.2
|
||||
'''
|
||||
|
||||
import urllib
|
||||
|
|
Loading…
Reference in a new issue