From ffce57a8f6655babf9fef86ac9f73c2f891e7570 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Thu, 19 Jun 2014 00:10:59 -0500 Subject: [PATCH] Fixing doc typos and adding version_added for tags param in ec2_asg --- library/cloud/ec2_asg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/library/cloud/ec2_asg b/library/cloud/ec2_asg index 0f7ba7afe8..5cb19f5c46 100644 --- a/library/cloud/ec2_asg +++ b/library/cloud/ec2_asg @@ -70,8 +70,9 @@ options: tags: description: - List of tag dictionaries to use. Required keys are 'key', 'value'. Optional key is 'propagate_at_launch', which defaults to true. - required: false - default: None + required: false + default: None + version_added: "1.7" extends_documentation_fragment: aws """