Skip to content

Commit 4589e38

Browse files
committed
Remove vmware_host from prepare_vmware_tests
1 parent 2045eb8 commit 4589e38

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tests/integration/targets/prepare_vmware_tests/tasks/setup_datacenter.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
state: present
55

66
- name: Create a VM folder on given Datacenter
7-
vcenter_folder:
7+
vmware.vmware.folder:
8+
hostname: '{{ vcenter_hostname }}'
9+
username: '{{ vcenter_username }}'
10+
password: '{{ vcenter_password }}'
811
datacenter: '{{ dc1 }}'
9-
folder_name: '{{ f0 }}'
12+
relative_path: '{{ f0 }}'
1013
folder_type: vm
1114
state: present
15+
validate_certs: false

0 commit comments

Comments
 (0)