mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Native YAML (#3579)
This commit is contained in:
committed by
Matt Clay
parent
23cfa31a7b
commit
c2474b8a3f
@@ -68,12 +68,13 @@ options:
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- rollbar_deployment: token=AAAAAA
|
- rollbar_deployment:
|
||||||
environment='staging'
|
token: AAAAAA
|
||||||
user='ansible'
|
environment: staging
|
||||||
revision=4.2,
|
user: ansible
|
||||||
rollbar_user='admin',
|
revision: 4.2
|
||||||
comment='Test Deploy'
|
rollbar_user: admin
|
||||||
|
comment: Test Deploy
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import urllib
|
import urllib
|
||||||
|
|||||||
Reference in New Issue
Block a user