From d98b6ae8ab29708787e0c42b7333552804f87583 Mon Sep 17 00:00:00 2001 From: Harlan Lieberman-Berg Date: Fri, 23 May 2014 20:15:18 -0400 Subject: [PATCH] Remove colon which breaks installation of 1.6.2. Rework the description so that it doesn't require the colon, rather than just wrapping it in quotes. --- library/cloud/ec2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/cloud/ec2 b/library/cloud/ec2 index 44e2f59f5d7..23c6bb520fb 100644 --- a/library/cloud/ec2 +++ b/library/cloud/ec2 @@ -175,7 +175,7 @@ options: instance_ids: version_added: "1.3" description: - - list of instance ids, currently used for states: absent, running, stopped + - list of instance ids, currently used for the states 'absent', 'running', and 'stopped' required: false default: null aliases: []