summaryrefslogtreecommitdiff
path: root/cloud/amazon
diff options
context:
space:
mode:
authorFabio Alessandro Locati <me@fale.io>2016-12-02 15:10:44 +0000
committerJohn R Barker <john@johnrbarker.com>2016-12-02 15:10:44 +0000
commita2f1545316f14749b678b2c3a367c82e90053d00 (patch)
tree150bf49704c82636a66a9f94a397ab69248e7400 /cloud/amazon
parent414f62b2c50de975d57868183bb1cb3a25d9f151 (diff)
downloadansible-modules-extras-a2f1545316f14749b678b2c3a367c82e90053d00.tar.gz
Native YAML - cloud/amazon/lambda.py (#3628)
Diffstat (limited to 'cloud/amazon')
-rw-r--r--cloud/amazon/lambda.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/cloud/amazon/lambda.py b/cloud/amazon/lambda.py
index 993effce..bbabe399 100644
--- a/cloud/amazon/lambda.py
+++ b/cloud/amazon/lambda.py
@@ -119,8 +119,10 @@ tasks:
- sg-123abcde
- sg-edcba321
with_items:
- - { name: HelloWorld, zip_file: 'hello-code.zip' }
- - { name: ByeBye, zip_file: 'bye-code.zip' }
+ - name: HelloWorld
+ zip_file: hello-code.zip
+ - name: ByeBye
+ zip_file: bye-code.zip
# Basic Lambda function deletion
tasks: