summaryrefslogtreecommitdiff
path: root/cloud/amazon
diff options
context:
space:
mode:
authorFabio Alessandro Locati <me@fale.io>2016-11-11 22:26:09 +0000
committerJohn R Barker <john@johnrbarker.com>2016-11-11 23:26:09 +0100
commitc5c6bb5e518a8d30b9f4d6132f156012c5786494 (patch)
tree8f6e0af8c9d705f8e0f0d40737c7e4274fe99f5e /cloud/amazon
parent2fb062604f9b809ab6d12888ed84cfc39267a112 (diff)
downloadansible-modules-extras-c5c6bb5e518a8d30b9f4d6132f156012c5786494.tar.gz
Use native YAML (#3433)
Diffstat (limited to 'cloud/amazon')
-rw-r--r--cloud/amazon/lambda_event.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/cloud/amazon/lambda_event.py b/cloud/amazon/lambda_event.py
index 0d642734..306762a6 100644
--- a/cloud/amazon/lambda_event.py
+++ b/cloud/amazon/lambda_event.py
@@ -102,8 +102,9 @@ EXAMPLES = '''
batch_size: 100
starting_position: TRIM_HORIZON
- - name: show source event
- debug: var=lambda_stream_events
+ - name: Show source event
+ debug:
+ var: lambda_stream_events
'''
RETURN = '''