From b203deee3104276094ac9bfcd1ef7f94b4670b1f Mon Sep 17 00:00:00 2001 From: Jaime Gago Date: Mon, 27 Jul 2015 23:40:49 -0700 Subject: [PATCH] Fix example indentation bug --- lib/ansible/modules/cloud/amazon/ec2_vol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_vol.py b/lib/ansible/modules/cloud/amazon/ec2_vol.py index 0d275cc91d7..4b829f7c26e 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_vol.py +++ b/lib/ansible/modules/cloud/amazon/ec2_vol.py @@ -140,7 +140,7 @@ EXAMPLES = ''' - ec2_vol: instance: "{{ item.id }} " volume_size: 5 - with_items: ec2.instances + with_items: ec2.instances register: ec2_vol # Example: Launch an instance and then add a volume if not already attached