From 97a2cd0bd9de317d92ce67dadd99d37c5a97457c 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 --- lib/ansible/modules/cloud/amazon/ec2_vol.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_vol.py b/lib/ansible/modules/cloud/amazon/ec2_vol.py index 8a18352bf33..712be248af3 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_vol.py +++ b/lib/ansible/modules/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: