ovirt: Fixing typo in ovirt_disk examples (#62962)

This commit is contained in:
Jan Zmeskal 2019-09-30 14:25:34 +02:00 committed by ansibot
parent c24a85c793
commit 50dc41cca2

View file

@ -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