Uploaded image for project: 'Ansible Cloud Automation'
  1. Ansible Cloud Automation
  2. ACA-2182

vmware.vmware.deploy_content_library_ovf moduled without library_name failed

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • Moderate

      Description:

      vmware.vmware.deploy_content_library_ovf moduled without library_name failed instead of looking across all libraries to find library_item_name

      Steps to reproduce:

      Run task:

        - name: Deploy VM
            vmware.vmware.deploy_content_library_ovf:
              hostname: "{{ vcenter_hostname }}"
              username: "{{ vcenter_username }}"
              password: "{{ vcenter_password }}"
              validate_certs: false
              datacenter: "{{ vcenter_datacenter }}"
              datastore: "{{ shared_storage_02 }}"
              library_item_name: "{{ rhel9_content_library_ovf }}"
              vm_name: "{{ test_vm_name }}"
              resource_pool: "{{ test_resource_pool }}"
            register: _deploy

              rh-ee-mimorenc Mike Morency
              annsavina Anna Savina Frances
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: