vmware_guest/test: create test vm in correct directory
Ensure we already create the `test_vm3` VM in the `{{ f0 }}` directory. This to be sure the teardown playbook will be able to clean it up at the end. This to avoid problem like this one: ``` Multiple virtual machines with same name [test_vm3] found, Folder value is a required parameter to find uniqueness of the virtual machine ```
This commit is contained in:
parent
4676e5d60e
commit
66550cd3c2
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@
|
|||
hostname: "{{ vcenter_hostname }}"
|
||||
username: "{{ vcenter_username }}"
|
||||
password: "{{ vcenter_password }}"
|
||||
folder: vm
|
||||
folder: "{{ f0 }}"
|
||||
name: test_vm3
|
||||
datacenter: "{{ dc1 }}"
|
||||
cluster: "{{ ccr1 }}"
|
||||
|
|
Loading…
Reference in a new issue