From 50dc41cca2e6d75a05e933c5286f41bde235b65f Mon Sep 17 00:00:00 2001 From: Jan Zmeskal Date: Mon, 30 Sep 2019 14:25:34 +0200 Subject: [PATCH] ovirt: Fixing typo in ovirt_disk examples (#62962) --- lib/ansible/modules/cloud/ovirt/ovirt_disk.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_disk.py b/lib/ansible/modules/cloud/ovirt/ovirt_disk.py index 4ffac7d2aa5..961d682615d 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_disk.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_disk.py @@ -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