Closed manuel-hiller-ebm closed 2 months ago
Hi @manuel-hiller-ebm
Are you using vSphere 8 or 7? In your output, the module arg for library ID seems to have some extra characters. Im wondering if that is from you removing sensative data or if thats in your actual output?
"module_args": {
"library_id": "['library_id]", # there seems to be extra brackets and a single quote
Hi @mikemorency sorry for the confusions, this happened because of trying to remove the sensitive data. I corrected this in my first post. We are using Vsphere 7.
@manuel-hiller-ebm version 4.X is generated using the vSphere 8 API. Some modules may not work with vSphere 7. Version 3.X is still supported (we just put out a new minor version) and was generated using the vSphere 7 API so you can still use that.
@mikemorency Ok. perfect. Thank you for your clarifications and your help.
Summary
I am trying to get all content library items in the version 4.0.0 of the collection. In the further version 3.0.1 I have done this with the following task:
But for now I am getting the following error message:
Could you please be so kind to provide me a documentation how this task looks like in the new version?
Issue Type
Documentation Report
Component Name
Module vmware.vmware_rest.content_library_item_info:
Ansible Version
Collection Versions
Configuration
OS / Environment
RHEL UBI 9 Docker Image
Additional Information
No response
Code of Conduct