mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ovirt_disk: really add new content types (#54720)
This commit is contained in:
parent
aaf6262ff9
commit
087587ec48
1 changed files with 4 additions and 1 deletions
|
@ -630,7 +630,10 @@ def main():
|
|||
profile=dict(default=None),
|
||||
quota_id=dict(default=None),
|
||||
format=dict(default='cow', choices=['raw', 'cow']),
|
||||
content_type=dict(default='data', choices=['data', 'iso']),
|
||||
content_type=dict(
|
||||
default='data',
|
||||
choices=['data', 'iso', 'hosted_engine', 'hosted_engine_sanlock', 'hosted_engine_metadata', 'hosted_engine_configuration']
|
||||
),
|
||||
sparse=dict(default=None, type='bool'),
|
||||
bootable=dict(default=None, type='bool'),
|
||||
shareable=dict(default=None, type='bool'),
|
||||
|
|
Loading…
Reference in a new issue