cloudstack: fix doc for cs_instance, force is defaulted to false
This commit is contained in:
parent
62eaec7191
commit
3cded7d5af
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- Force stop/start the instance if required to apply changes, otherwise a running instance will not be changed.
|
- Force stop/start the instance if required to apply changes, otherwise a running instance will not be changed.
|
||||||
required: false
|
required: false
|
||||||
default: true
|
default: false
|
||||||
tags:
|
tags:
|
||||||
description:
|
description:
|
||||||
- List of tags. Tags are a list of dictionaries having keys C(key) and C(value).
|
- List of tags. Tags are a list of dictionaries having keys C(key) and C(value).
|
||||||
|
|
Loading…
Reference in a new issue