mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
Fix version_added for tags and wait_for_active_timeout params (#24993)
This commit is contained in:
parent
45019e440f
commit
c23e3c1913
1 changed files with 2 additions and 2 deletions
|
@ -86,13 +86,13 @@ options:
|
||||||
default: []
|
default: []
|
||||||
version_added: "2.1"
|
version_added: "2.1"
|
||||||
tags:
|
tags:
|
||||||
version_added: "2.3"
|
version_added: "2.4"
|
||||||
description:
|
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"}'
|
- 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
|
required: false
|
||||||
default: null
|
default: null
|
||||||
wait_for_active_timeout:
|
wait_for_active_timeout:
|
||||||
version_added: "2.3"
|
version_added: "2.4"
|
||||||
description:
|
description:
|
||||||
- how long before wait gives up, in seconds. only used when tags is set
|
- how long before wait gives up, in seconds. only used when tags is set
|
||||||
required: false
|
required: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue