From 96d2c09457bf7976a110124d65c6db717def798b Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Thu, 18 Jun 2015 11:48:27 -0400 Subject: [PATCH] Indentation fix for with and register in the ec2_vol example --- cloud/amazon/ec2_vol.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud/amazon/ec2_vol.py b/cloud/amazon/ec2_vol.py index 3065b550457..02bb540773f 100644 --- a/cloud/amazon/ec2_vol.py +++ b/cloud/amazon/ec2_vol.py @@ -160,8 +160,8 @@ EXAMPLES = ''' instance: "{{ item.id }}" name: my_existing_volume_Name_tag device_name: /dev/xvdf - with_items: ec2.instances - register: ec2_vol + with_items: ec2.instances + register: ec2_vol # Remove a volume - ec2_vol: