mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
[oVirt] Fix ovirt_disk.py example of adding a disk (#28496)
It was missing a required field - the storage_domain field.
This commit is contained in:
@@ -153,6 +153,7 @@ EXAMPLES = '''
|
||||
size: 10GiB
|
||||
format: cow
|
||||
interface: virtio
|
||||
storage_domain: data
|
||||
|
||||
# Attach logical unit to VM rhel7
|
||||
- ovirt_disk:
|
||||
|
||||
Reference in New Issue
Block a user