summaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorMichael DeHaan <michael@ansibleworks.com>2013-08-06 10:53:56 -0400
committerMichael DeHaan <michael@ansibleworks.com>2013-08-06 10:53:56 -0400
commit5f18a535303decd84b63fb343803b64ddedf4e47 (patch)
tree11b4a32d575779f8801d2b649bcde081ff057041 /library
parentbc76d5adbee43d0db73b5747c0deb49cbe52e681 (diff)
downloadansible-5f18a535303decd84b63fb343803b64ddedf4e47.tar.gz
Fixup docs formatting.
Diffstat (limited to 'library')
-rw-r--r--library/cloud/ec24
1 files changed, 1 insertions, 3 deletions
diff --git a/library/cloud/ec2 b/library/cloud/ec2
index 1ac7499e2c..6d68435ed6 100644
--- a/library/cloud/ec2
+++ b/library/cloud/ec2
@@ -30,9 +30,7 @@ options:
aliases: ['keypair']
id:
description:
- - identifier for this instance or set of instances, so that the module will be idempotent with respect to EC2 instances.
- - Note: this identifier is valid for at least 24 hours after the termination of the instance, and should not be reused for another call later on.
- - For details, see the description of client token at U(http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html).
+ - identifier for this instance or set of instances, so that the module will be idempotent with respect to EC2 instances. This identifier is valid for at least 24 hours after the termination of the instance, and should not be reused for another call later on. For details, see the description of client token at U(http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Run_Instance_Idempotency.html).
required: false
default: null
aliases: []