mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-01 05:49:09 -07:00
Normalize more booleans. (#5247)
This commit is contained in:
parent
570445adc4
commit
015566fb06
170 changed files with 465 additions and 465 deletions
|
@ -84,7 +84,7 @@ options:
|
|||
description:
|
||||
- Create new volume locked.
|
||||
type: bool
|
||||
default: False
|
||||
default: false
|
||||
|
||||
billing_cycle:
|
||||
description:
|
||||
|
@ -102,13 +102,13 @@ options:
|
|||
snapshot_count:
|
||||
description:
|
||||
- How many snapshots to keep, a positive integer.
|
||||
required: True
|
||||
required: true
|
||||
type: int
|
||||
|
||||
snapshot_frequency:
|
||||
description:
|
||||
- Frequency of snapshots.
|
||||
required: True
|
||||
required: true
|
||||
choices: ["15min", "1hour", "1day", "1week", "1month", "1year"]
|
||||
type: str
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue