Native YAML (#3578)

pull/18777/head
Fabio Alessandro Locati 8 years ago 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

Loading…
Cancel
Save