Adjust booleans in cloud modules. (#5155)

This commit is contained in:
Felix Fontein 2022-08-24 20:16:25 +02:00 committed by GitHub
commit 3a08903e1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 177 additions and 177 deletions

View file

@ -89,7 +89,7 @@ options:
hard:
description:
- Reboot, power-off or terminate instances C(hard)
default: no
default: false
type: bool
wait:
description:
@ -98,7 +98,7 @@ options:
- doesn't mean that you will be able to SSH on that machine only that
- boot process have started on that instance, see 'wait_for' example for
- details.
default: yes
default: true
type: bool
wait_timeout:
description:
@ -202,7 +202,7 @@ options:
persistent:
description:
- Create a private persistent copy of the template plus any image defined in DISK, and instantiate that copy.
default: NO
default: false
type: bool
version_added: '0.2.0'
datastore_id:
@ -251,7 +251,7 @@ EXAMPLES = '''
- name: Deploy a new VM as persistent
community.general.one_vm:
template_id: 90
persistent: yes
persistent: true
- name: Change VM's permissions to 640
community.general.one_vm: