mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +00:00
Native YAML (#3579)
This commit is contained in:
committed by
Matt Clay
parent
23cfa31a7b
commit
c2474b8a3f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user