From d31d55357138ed7ce08c0cbed38b921a49fd83b6 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 --- cloud/ec2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/ec2 b/cloud/ec2 index ecf913ec1ab..a4414e8ede3 100644 --- a/cloud/ec2 +++ b/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