Native YAML (#3580)
This commit is contained in:
parent
c2474b8a3f
commit
f85fd14242
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue