summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarlan Lieberman-Berg <harlan@advertisin.com>2014-05-23 20:15:18 -0400
committerHarlan Lieberman-Berg <harlan@advertisin.com>2014-05-23 20:15:18 -0400
commitd98b6ae8ab29708787e0c42b7333552804f87583 (patch)
tree241a47be048319b163103e992b1789ecb0f2463c
parentce4883bcc552eda82858de1bf282dd7719d1e3ad (diff)
downloadansible-d98b6ae8ab29708787e0c42b7333552804f87583.tar.gz
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.
-rw-r--r--library/cloud/ec22
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cloud/ec2 b/library/cloud/ec2
index 44e2f59f5d..23c6bb520f 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: []