From f6676f495798d6d5ae81e7c9eb3915198ebd85ba Mon Sep 17 00:00:00 2001 From: Charles Paul Date: Thu, 27 Oct 2016 12:00:20 +0800 Subject: [PATCH] add id: back to documentation --- lib/ansible/modules/cloud/amazon/ec2.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/ansible/modules/cloud/amazon/ec2.py b/lib/ansible/modules/cloud/amazon/ec2.py index cb7cc683c9f..a773561b1c0 100755 --- a/lib/ansible/modules/cloud/amazon/ec2.py +++ b/lib/ansible/modules/cloud/amazon/ec2.py @@ -29,6 +29,13 @@ options: required: false default: null aliases: ['keypair'] + id: + version_added: "1.1" + description: + - 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: [] group: description: - security group (or list of groups) to use with the instance