summaryrefslogtreecommitdiff
path: root/notification
diff options
context:
space:
mode:
authorAndrew Gaffney <andrew@agaffney.org>2016-11-10 10:12:03 -0700
committerBrian Coca <bcoca@users.noreply.github.com>2016-11-10 15:44:50 -0500
commit459e585d0cecc1a23b4fe40a4286d91116f89c98 (patch)
tree46db1829f288852ba32b5acc83da279baae54280 /notification
parent00d350de4e03b787be04dbae0b844835d10f2035 (diff)
downloadansible-modules-extras-459e585d0cecc1a23b4fe40a4286d91116f89c98.tar.gz
Fix bare variable references in docs
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'