Hello,
I am used to create new vm with ovirt_vm module.
Now, I want that the disk of each new created vm to be with the
incremental statement.
I tried so:
disks:
- id: "{{result.disk.id}}"
bootable: True
interface: virtio_scsi
backup: incremental
but it seems that the backup item is not implemented.
How to attach a disk with the incremental statement?