summaryrefslogtreecommitdiff
path: root/monitoring
diff options
context:
space:
mode:
authorFabio Alessandro Locati <me@fale.io>2016-12-01 11:03:35 +0000
committerJohn R Barker <john@johnrbarker.com>2016-12-01 11:03:35 +0000
commit77243a6eb9ea8a373ada3057ff8bcb6142d3597a (patch)
tree80c076524fd3d188cd0391297cba2d094d9cb25a /monitoring
parent9962caffd70ec033cb4f61101037d22e41f6fe99 (diff)
downloadansible-modules-extras-77243a6eb9ea8a373ada3057ff8bcb6142d3597a.tar.gz
Native YAML (#3579)
Diffstat (limited to 'monitoring')
-rw-r--r--monitoring/rollbar_deployment.py13
1 files changed, 7 insertions, 6 deletions
diff --git a/monitoring/rollbar_deployment.py b/monitoring/rollbar_deployment.py
index 5db8626f..ac7b2c65 100644
--- a/monitoring/rollbar_deployment.py
+++ b/monitoring/rollbar_deployment.py
@@ -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