summaryrefslogtreecommitdiff
path: root/test/integration/targets/prepare_vmware_tests/tasks/setup_content_library.yml
blob: 26affd53fa3b818dae1a7fee5f10b3554779b508 (plain)
1
2
3
4
5
6
7
- name: Create Content Library
  vmware_content_library_manager:
    library_name: test-content-lib
    library_description: 'Library created by the prepare_vmware_tests role'
    library_type: local
    datastore_name: '{{ rw_datastore }}'
    state: present