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 = '''
|
||||
- newrelic_deployment: token=AAAAAA
|
||||
app_name=myapp
|
||||
user='ansible deployment'
|
||||
revision=1.0
|
||||
- newrelic_deployment:
|
||||
token: AAAAAA
|
||||
app_name: myapp
|
||||
user: ansible deployment
|
||||
revision: 1.0
|
||||
'''
|
||||
|
||||
import urllib
|
||||
|
|
Loading…
Reference in a new issue