ovirt: Fixing typo in ovirt_disk examples (#62962)

pull/62965/head
Jan Zmeskal 6 years ago committed by ansibot
parent c24a85c793
commit 50dc41cca2

@ -120,6 +120,7 @@ options:
description: description:
- "I(True) if the disk should be bootable. By default when disk is created it isn't bootable." - "I(True) if the disk should be bootable. By default when disk is created it isn't bootable."
type: bool type: bool
default: 'no'
shareable: shareable:
description: description:
- "I(True) if the disk should be shareable. By default when disk is created it isn't shareable." - "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 # Export disk as image to Glance domain
# Since Ansible 2.4 # Since Ansible 2.4
- ovirt_disks: - ovirt_disk:
id: 7de90f31-222c-436c-a1ca-7e655bd5b60c id: 7de90f31-222c-436c-a1ca-7e655bd5b60c
image_provider: myglance image_provider: myglance
state: exported state: exported

Loading…
Cancel
Save