mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix the example - a cluster is a required propery (#35836)
This commit is contained in:
parent
fae21f6aad
commit
51c4412de2
1 changed files with 1 additions and 0 deletions
|
@ -556,6 +556,7 @@ EXAMPLES = '''
|
|||
state: present
|
||||
name: myvm
|
||||
template: rhel7_template
|
||||
cluster: mycluster
|
||||
|
||||
- name: Register VM
|
||||
ovirt_vms:
|
||||
|
|
Loading…
Reference in a new issue