mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 19:26:58 +00:00
(cherry picked from commit a96f90ff94)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
73d573b915
commit
247da9890b
31 changed files with 34 additions and 14 deletions
|
|
@ -86,6 +86,7 @@ options:
|
|||
description:
|
||||
- Whether versioning is enabled or disabled (note that once versioning is enabled, it can only be suspended)
|
||||
type: bool
|
||||
default: false
|
||||
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
|
|
|
|||
|
|
@ -148,7 +148,6 @@ options:
|
|||
- if set to C(yes), instances will be preemptible and time-limited.
|
||||
(requires libcloud >= 0.20.0)
|
||||
type: bool
|
||||
default: 'no'
|
||||
disk_size:
|
||||
type: int
|
||||
description:
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@ options:
|
|||
description:
|
||||
- do not destroy the disk, merely detach it from an instance
|
||||
type: bool
|
||||
default: 'no'
|
||||
instance_name:
|
||||
type: str
|
||||
description:
|
||||
|
|
@ -87,7 +86,6 @@ options:
|
|||
description:
|
||||
- If C(yes), deletes the volume when instance is terminated
|
||||
type: bool
|
||||
default: 'no'
|
||||
image_family:
|
||||
type: str
|
||||
description:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue