summaryrefslogtreecommitdiff
path: root/monitoring/bigpanda.py
diff options
context:
space:
mode:
Diffstat (limited to 'monitoring/bigpanda.py')
-rw-r--r--monitoring/bigpanda.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/monitoring/bigpanda.py b/monitoring/bigpanda.py
index 1efce958..7e818092 100644
--- a/monitoring/bigpanda.py
+++ b/monitoring/bigpanda.py
@@ -81,20 +81,20 @@ requirements: [ ]
EXAMPLES = '''
- bigpanda:
component: myapp
- version: 1.3
+ version: '1.3'
token: '{{ bigpanda_token }}'
state: started
...
- bigpanda:
component: myapp
- version: 1.3
+ version: '1.3'
token: '{{ bigpanda_token }}'
state: finished
# If outside servers aren't reachable from your machine, use delegate_to and override hosts:
- bigpanda:
component: myapp
- version: 1.3
+ version: '1.3'
token: '{{ bigpanda_token }}'
hosts: '{{ ansible_hostname }}'
state: started