Native YAML (#3579)
This commit is contained in:
parent
23cfa31a7b
commit
c2474b8a3f
1 changed files with 7 additions and 6 deletions
|
@ -68,12 +68,13 @@ options:
|
|||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
- rollbar_deployment: token=AAAAAA
|
||||
environment='staging'
|
||||
user='ansible'
|
||||
revision=4.2,
|
||||
rollbar_user='admin',
|
||||
comment='Test Deploy'
|
||||
- rollbar_deployment:
|
||||
token: AAAAAA
|
||||
environment: staging
|
||||
user: ansible
|
||||
revision: 4.2
|
||||
rollbar_user: admin
|
||||
comment: Test Deploy
|
||||
'''
|
||||
|
||||
import urllib
|
||||
|
|
Loading…
Reference in a new issue