Commit a224672 1 parent a32143b commit a224672 Copy full SHA for a224672
File tree 1 file changed +4
-4
lines changed
tests/integration/targets/vmware_guest_move/tasks
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
setup_virtualmachines : true
10
10
11
11
- name : Create a VM folder on given Datacenter
12
- vcenter_folder :
12
+ vmware.vmware.folder :
13
13
hostname : ' {{ vcenter_hostname }}'
14
14
username : ' {{ vcenter_username }}'
15
15
password : ' {{ vcenter_password }}'
16
16
datacenter : ' {{ dc1 }}'
17
- folder_name : ' f1'
17
+ relative_path : ' f1'
18
18
folder_type : vm
19
19
state : present
20
20
validate_certs : false
70
70
- vm_move_0003.changed
71
71
72
72
- name : Delete the f1 VM folder
73
- vcenter_folder :
73
+ vmware.vmware.folder :
74
74
hostname : ' {{ vcenter_hostname }}'
75
75
username : ' {{ vcenter_username }}'
76
76
password : ' {{ vcenter_password }}'
77
77
datacenter : ' {{ dc1 }}'
78
- folder_name : ' f1'
78
+ relative_path : ' f1'
79
79
folder_type : vm
80
80
state : absent
81
81
validate_certs : false
You can’t perform that action at this time.
0 commit comments