Native YAML (#3580)

This commit is contained in:
Fabio Alessandro Locati 2016-12-01 11:04:16 +00:00 committed by Matt Clay
parent c2474b8a3f
commit f85fd14242

View file

@ -76,10 +76,11 @@ requirements: []
''' '''
EXAMPLES = ''' EXAMPLES = '''
- newrelic_deployment: token=AAAAAA - newrelic_deployment:
app_name=myapp token: AAAAAA
user='ansible deployment' app_name: myapp
revision=1.0 user: ansible deployment
revision: 1.0
''' '''
import urllib import urllib