mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-03 17:03:06 +00:00
Adjust booleans in cloud modules. (#5155)
This commit is contained in:
parent
19ce50f6b9
commit
3a08903e1c
51 changed files with 177 additions and 177 deletions
|
|
@ -120,7 +120,7 @@ options:
|
|||
for each individual server to be deleted before moving on with
|
||||
other tasks.)
|
||||
type: bool
|
||||
default: 'yes'
|
||||
default: true
|
||||
wait_timeout:
|
||||
description:
|
||||
- how long before wait gives up, in seconds
|
||||
|
|
@ -137,7 +137,7 @@ options:
|
|||
hostnames by appending a count after them or substituting the count
|
||||
where there is a %02d or %03d in the hostname string.
|
||||
type: bool
|
||||
default: 'yes'
|
||||
default: true
|
||||
|
||||
requirements:
|
||||
- "1and1"
|
||||
|
|
@ -173,7 +173,7 @@ EXAMPLES = '''
|
|||
datacenter: ES
|
||||
appliance: C5A349786169F140BCBC335675014C08
|
||||
count: 3
|
||||
wait: yes
|
||||
wait: true
|
||||
wait_timeout: 600
|
||||
wait_interval: 10
|
||||
ssh_key: SSH_PUBLIC_KEY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue