Fix version_added for tags and wait_for_active_timeout params (#24993)

This commit is contained in:
Alan Loi 2017-06-10 18:26:13 +10:00 committed by Brian Coca
parent 45019e440f
commit c23e3c1913

View file

@ -86,13 +86,13 @@ options:
default: []
version_added: "2.1"
tags:
version_added: "2.3"
version_added: "2.4"
description:
- a hash/dictionary of tags to add to the new instance or for starting/stopping instance by tag; '{"key":"value"}' and '{"key":"value","key":"value"}'
required: false
default: null
wait_for_active_timeout:
version_added: "2.3"
version_added: "2.4"
description:
- how long before wait gives up, in seconds. only used when tags is set
required: false