Backport: ovirt_storage_vm_info fix example (#69940)

* ovirt_storage_vm_info: fix example

* add changelog
pull/70713/head
Martin Nečas 5 years ago committed by GitHub
parent ce9493fdb5
commit 3e1d4cb6d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
minor_changes:
- "ovirt_storage_vm_info: fix example"

@ -60,7 +60,7 @@ EXAMPLES = '''
# Gather information about all VMs which relate to a storage domain and
# are unregistered:
- ovirt_vms_info:
- ovirt_storage_vm_info:
unregistered=True
register: result
- debug:

Loading…
Cancel
Save