mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
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 = '''
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue