From 4e08f94a34c635b8d665b27f8816f97db32dc4f5 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 21 Apr 2016 16:07:44 -0400 Subject: [PATCH] corrected return docs sample --- lib/ansible/modules/cloud/amazon/ec2_ami.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_ami.py b/lib/ansible/modules/cloud/amazon/ec2_ami.py index 2c5eff3feb..a543c341a9 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_ami.py +++ b/lib/ansible/modules/cloud/amazon/ec2_ami.py @@ -210,11 +210,12 @@ block_device_mapping: type: a dictionary of block devices sample: { "/dev/sda1": { - "delete_on_termination": true, - "encrypted": false, - "size": 10, - "snapshot_id": "snap-1a03b80e7", - "volume_type": "standard" + "delete_on_termination": true, + "encrypted": false, + "size": 10, + "snapshot_id": "snap-1a03b80e7", + "volume_type": "standard" + } } creationDate: description: creation date of image