cloudstack: fix doc for cs_instance, force is defaulted to false

This commit is contained in:
Rene Moser 2015-05-30 18:28:41 +02:00 committed by Matt Clay
parent 62eaec7191
commit 3cded7d5af

View file

@ -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).