docs: ec2_lc_facts: adjust version_added

This commit is contained in:
Rene Moser 2016-10-24 21:48:47 +02:00 committed by Matt Clay
parent 2e72ec40ae
commit 952add5920

View file

@ -20,7 +20,7 @@ module: ec2_lc_facts
short_description: Gather facts about AWS Autoscaling Launch Configurations short_description: Gather facts about AWS Autoscaling Launch Configurations
description: description:
- Gather facts about AWS Autoscaling Launch Configurations - Gather facts about AWS Autoscaling Launch Configurations
version_added: "2.2" version_added: "2.3"
author: "Loïc Latreille (@psykotox)" author: "Loïc Latreille (@psykotox)"
requirements: [ boto3 ] requirements: [ boto3 ]
options: options:
@ -136,7 +136,7 @@ security_groups:
description: Security groups to associated description: Security groups to associated
type: list type: list
sample: "[ sample: "[
'web' 'web'
]" ]"
user_data: user_data:
description: User data available description: User data available