From ac58ef140475d9d8b971d01b5a2e578e6de9b95f Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 21 Oct 2015 08:36:08 -0700 Subject: [PATCH] Correct docs build --- lib/ansible/modules/cloud/amazon/ec2_ami_find.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_ami_find.py b/lib/ansible/modules/cloud/amazon/ec2_ami_find.py index b2c74333911..3d5f62ddec1 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_ami_find.py +++ b/lib/ansible/modules/cloud/amazon/ec2_ami_find.py @@ -184,8 +184,8 @@ block_device_mapping: returned: when AMI found type: dictionary of block devices sample: { - "/dev/xvda": { - "delete_on_termination": true, + "/dev/xvda": { + "delete_on_termination": true, "encrypted": false, "size": 8, "snapshot_id": "snap-ca0330b8", @@ -251,8 +251,8 @@ tags: returned: when AMI found type: dictionary of tags sample: { - "Environment": "devel", - "Name": "test-server01", + "Environment": "devel", + "Name": "test-server01", "Role": "web" } virtualization_type: