summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2014-05-25 13:06:39 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2014-05-25 13:06:39 -0400
commit549f67c0d8e8ed05caaf671a6e94ee97e802177b (patch)
tree241a47be048319b163103e992b1789ecb0f2463c
parentce4883bcc552eda82858de1bf282dd7719d1e3ad (diff)
parentd98b6ae8ab29708787e0c42b7333552804f87583 (diff)
downloadansible-release1.6.2.tar.gz
Merge pull request #7527 from hlieberman/release1.6.2release1.6.2
Remove colon which breaks installation of 1.6.2.
-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: []