From 1f62f5f580f21cc5abc4072829f0abee544368ea 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 --- cloud/amazon/ec2_vol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/amazon/ec2_vol.py b/cloud/amazon/ec2_vol.py index 0d275cc91d7..4b829f7c26e 100644 --- a/cloud/amazon/ec2_vol.py +++ b/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