diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/targets/vmware_guest/tasks/clone_d1_c1_f0.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/vmware_guest/tasks/clone_d1_c1_f0.yml b/test/integration/targets/vmware_guest/tasks/clone_d1_c1_f0.yml index ebf2850360..f5c31865f9 100644 --- a/test/integration/targets/vmware_guest/tasks/clone_d1_c1_f0.yml +++ b/test/integration/targets/vmware_guest/tasks/clone_d1_c1_f0.yml @@ -9,7 +9,7 @@ username: "{{ vcenter_username }}" password: "{{ vcenter_password }}" name: new_vm_1 - template: "{{ infra.vm_list[0] }}" + template: "{{ virtual_machines[0].name }}" guest_id: centos64Guest datacenter: "{{ dc1 }}" folder: D1/C1/F0 @@ -32,7 +32,7 @@ username: "{{ vcenter_username }}" password: "{{ vcenter_password }}" name: new_vm_2 - template: "{{ infra.vm_list[0] }}" + template: "{{ virtual_machines[0].name }}" guest_id: centos64Guest datacenter: "{{ dc1 }}" folder: D1/C1/F0 |