From 7c38e8a225a4a687e7c78c5cb63fa307bba523d4 Mon Sep 17 00:00:00 2001 From: "Amir H. Hajizamani" Date: Wed, 5 Feb 2014 15:12:41 +0000 Subject: [PATCH] Example should put instance_ids list in quotes for avoid YAML error --- library/cloud/ec2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/cloud/ec2 b/library/cloud/ec2 index ecf913ec1ab..a4414e8ede3 100644 --- a/library/cloud/ec2 +++ b/library/cloud/ec2 @@ -327,7 +327,7 @@ local_action: local_action: module: ec2 state: 'absent' - instance_ids: {{ec2.instance_ids}} + instance_ids: '{{ ec2.instance_ids }}' # Start a few existing instances, run some tasks # and stop the instances