summaryrefslogtreecommitdiff
path: root/notification
diff options
context:
space:
mode:
Diffstat (limited to 'notification')
-rwxr-xr-xnotification/hall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/notification/hall.py b/notification/hall.py
index 05c1a981..eb55f5c9 100755
--- a/notification/hall.py
+++ b/notification/hall.py
@@ -60,7 +60,7 @@ EXAMPLES = """
room_token: <hall room integration token>
title: Server Creation
msg: "Created EC2 instance {{ item.id }} of type {{ item.instance_type }}.\\nInstance can be reached at {{ item.public_ip }} in the {{ item.region }} region."
- with_items: ec2.instances
+ with_items: "{{ ec2.instances }}"
"""
HALL_API_ENDPOINT = 'https://hall.com/api/1/services/generic/%s'