1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02: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:
Yaniv Kaul 2017-08-23 15:46:19 +03:00 committed by Ryan Brown
parent abc5910d86
commit 6b18a23385

View file

@ -153,6 +153,7 @@ EXAMPLES = '''
size: 10GiB size: 10GiB
format: cow format: cow
interface: virtio interface: virtio
storage_domain: data
# Attach logical unit to VM rhel7 # Attach logical unit to VM rhel7
- ovirt_disk: - ovirt_disk: