mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Adjust booleans in cloud modules. (#5155)
This commit is contained in:
@@ -110,7 +110,7 @@ options:
|
||||
description:
|
||||
- Wait for the instance to reach its desired state before returning.
|
||||
type: bool
|
||||
default: 'no'
|
||||
default: false
|
||||
|
||||
wait_timeout:
|
||||
type: int
|
||||
|
||||
@@ -73,7 +73,7 @@ options:
|
||||
description:
|
||||
- Wait for the load-balancer to reach its desired state before returning.
|
||||
type: bool
|
||||
default: 'no'
|
||||
default: false
|
||||
|
||||
wait_timeout:
|
||||
type: int
|
||||
|
||||
Reference in New Issue
Block a user