Adjust booleans in cloud modules. (#5155) (#5176)

(cherry picked from commit 3a08903e1c)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2022-08-24 20:22:10 +02:00
committed by GitHub
parent eb1f0c28a9
commit 43dc6ba533
51 changed files with 177 additions and 177 deletions

View File

@@ -74,7 +74,7 @@ options:
auto_increment:
description:
- Whether or not to increment a single number in the name for created virtual machines.
default: yes
default: true
type: bool
instance_ids:
description:
@@ -96,7 +96,7 @@ options:
description:
- wait for the datacenter to be created before returning
required: false
default: "yes"
default: true
type: bool
wait_timeout:
description:
@@ -125,7 +125,7 @@ EXAMPLES = '''
datacenter: Tardis One
name: vol%02d
count: 5
auto_increment: yes
auto_increment: true
wait_timeout: 500
state: present