We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2bb90 commit 6407246Copy full SHA for 6407246
tests/integration/targets/prepare_vmware_tests/tasks/setup_content_library.yml
@@ -1,7 +1,10 @@
1
- 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 }}'
+ vmware.vmware.local_content_library:
+ hostname: '{{ vcenter_hostname }}'
+ username: '{{ vcenter_username }}'
+ password: '{{ vcenter_password }}'
+ name: test-content-lib
7
+ description: 'Library created by the prepare_vmware_tests role'
8
+ datastore: '{{ rw_datastore }}'
9
+ validate_certs: false
10
state: present
0 commit comments