From 51c4412de2312f384b7bae3ebd75f2ebdac1b1af Mon Sep 17 00:00:00 2001 From: Yaniv Kaul Date: Wed, 7 Feb 2018 17:47:17 +0100 Subject: [PATCH] Fix the example - a cluster is a required propery (#35836) --- lib/ansible/modules/cloud/ovirt/ovirt_vms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_vms.py b/lib/ansible/modules/cloud/ovirt/ovirt_vms.py index d60eba8a7cc..f6a06bb9659 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_vms.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_vms.py @@ -556,6 +556,7 @@ EXAMPLES = ''' state: present name: myvm template: rhel7_template + cluster: mycluster - name: Register VM ovirt_vms: