Skip to content

Commit 6407246

Browse files
committed
Update prepare_vmware_tests
1 parent da2bb90 commit 6407246

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
- name: Create Content Library
2-
vmware_content_library_manager:
3-
library_name: test-content-lib
4-
library_description: 'Library created by the prepare_vmware_tests role'
5-
library_type: local
6-
datastore_name: '{{ rw_datastore }}'
2+
vmware.vmware.local_content_library:
3+
hostname: '{{ vcenter_hostname }}'
4+
username: '{{ vcenter_username }}'
5+
password: '{{ vcenter_password }}'
6+
name: test-content-lib
7+
description: 'Library created by the prepare_vmware_tests role'
8+
datastore: '{{ rw_datastore }}'
9+
validate_certs: false
710
state: present

0 commit comments

Comments
 (0)