Fixed typo for instance_tags documentation
This commit is contained in:
parent
cdff62643b
commit
ebbd206e86
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ options:
|
||||||
instance_tags:
|
instance_tags:
|
||||||
version_added: "1.0"
|
version_added: "1.0"
|
||||||
description:
|
description:
|
||||||
- a hash/dictionary of tags to add to the new instance or for 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
|
||||||
aliases: []
|
aliases: []
|
||||||
|
|
Loading…
Reference in a new issue