1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fixing doc typos and adding version_added for tags param in ec2_asg

This commit is contained in:
James Cammarata 2014-06-19 00:10:59 -05:00
parent 42e26987bf
commit ffce57a8f6

View file

@ -72,6 +72,7 @@ options:
- 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
version_added: "1.7"
extends_documentation_fragment: aws
"""