mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Native YAML (#3578)
This commit is contained in:
committed by
Matt Clay
parent
1684792efa
commit
23cfa31a7b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user