Skip to content

Commit a224672

Browse files
committed
vmware_guest_move: Use vmware.vmware.folder in integration
1 parent a32143b commit a224672

File tree

1 file changed

+4
-4
lines changed
  • tests/integration/targets/vmware_guest_move/tasks

1 file changed

+4
-4
lines changed

tests/integration/targets/vmware_guest_move/tasks/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
setup_virtualmachines: true
1010

1111
- name: Create a VM folder on given Datacenter
12-
vcenter_folder:
12+
vmware.vmware.folder:
1313
hostname: '{{ vcenter_hostname }}'
1414
username: '{{ vcenter_username }}'
1515
password: '{{ vcenter_password }}'
1616
datacenter: '{{ dc1 }}'
17-
folder_name: 'f1'
17+
relative_path: 'f1'
1818
folder_type: vm
1919
state: present
2020
validate_certs: false
@@ -70,12 +70,12 @@
7070
- vm_move_0003.changed
7171

7272
- name: Delete the f1 VM folder
73-
vcenter_folder:
73+
vmware.vmware.folder:
7474
hostname: '{{ vcenter_hostname }}'
7575
username: '{{ vcenter_username }}'
7676
password: '{{ vcenter_password }}'
7777
datacenter: '{{ dc1 }}'
78-
folder_name: 'f1'
78+
relative_path: 'f1'
7979
folder_type: vm
8080
state: absent
8181
validate_certs: false

0 commit comments

Comments
 (0)