From a5d95b4047b05359a723d25b8bd3d36f49d91b7d Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 21 Oct 2015 08:40:10 -0700 Subject: [PATCH] Another fix for docs --- .../modules/cloud/amazon/ec2_ami_find.py | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_ami_find.py b/lib/ansible/modules/cloud/amazon/ec2_ami_find.py index 3d5f62ddec1..c7ea856947e 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_ami_find.py +++ b/lib/ansible/modules/cloud/amazon/ec2_ami_find.py @@ -183,14 +183,14 @@ block_device_mapping: description: block device mapping associated with image returned: when AMI found type: dictionary of block devices - sample: { - "/dev/xvda": { - "delete_on_termination": true, - "encrypted": false, - "size": 8, - "snapshot_id": "snap-ca0330b8", - "volume_type": "gp2" - } + sample: "{ + '/dev/xvda': { + 'delete_on_termination': true, + 'encrypted': false, + 'size': 8, + 'snapshot_id': 'snap-ca0330b8', + 'volume_type': 'gp2' + }" creationDate: description: creation date of image returned: when AMI found @@ -250,11 +250,11 @@ tags: description: tags assigned to image returned: when AMI found type: dictionary of tags - sample: { - "Environment": "devel", - "Name": "test-server01", - "Role": "web" - } + sample: "{ + 'Environment': 'devel', + 'Name': 'test-server01', + 'Role': 'web' + }" virtualization_type: description: image virtualization type returned: when AMI found