ovirt: Fixing typo in ovirt_disk examples (#62962)
This commit is contained in:
parent
c24a85c793
commit
50dc41cca2
1 changed files with 2 additions and 1 deletions
|
@ -120,6 +120,7 @@ options:
|
|||
description:
|
||||
- "I(True) if the disk should be bootable. By default when disk is created it isn't bootable."
|
||||
type: bool
|
||||
default: 'no'
|
||||
shareable:
|
||||
description:
|
||||
- "I(True) if the disk should be shareable. By default when disk is created it isn't shareable."
|
||||
|
@ -254,7 +255,7 @@ EXAMPLES = '''
|
|||
|
||||
# Export disk as image to Glance domain
|
||||
# Since Ansible 2.4
|
||||
- ovirt_disks:
|
||||
- ovirt_disk:
|
||||
id: 7de90f31-222c-436c-a1ca-7e655bd5b60c
|
||||
image_provider: myglance
|
||||
state: exported
|
||||
|
|
Loading…
Reference in a new issue