diff --git a/changelogs/fragments/549-deprecate-content_library_item_info.yml b/changelogs/fragments/549-deprecate-content_library_item_info.yml new file mode 100644 index 00000000..93feab74 --- /dev/null +++ b/changelogs/fragments/549-deprecate-content_library_item_info.yml @@ -0,0 +1,3 @@ +--- +trivial: + - content_library_item_info - Deprecate module in favor of vmware.vmware.content_library_item_info diff --git a/config/modules.yaml b/config/modules.yaml index 4310f6c4..42bfd45f 100644 --- a/config/modules.yaml +++ b/config/modules.yaml @@ -168,6 +168,11 @@ - vcenter_vm_hardware_serial: - vcenter_vm_info: - vcenter_vm_libraryitem_info: + documentation: + deprecated: + removed_in: 5.0.0 + why: This module has been moved to the L(new vmware.vmware collection,https://forum.ansible.com/t/5880) + alternative: Use M(vmware.vmware.content_library_item_info) instead. - vcenter_vm_power_info: - vcenter_vm_power: documentation: diff --git a/plugins/modules/content_library_item_info.py b/plugins/modules/content_library_item_info.py index a792f324..fce7bc0f 100644 --- a/plugins/modules/content_library_item_info.py +++ b/plugins/modules/content_library_item_info.py @@ -11,6 +11,10 @@ module: content_library_item_info short_description: Returns the ItemModel with the given identifier. description: Returns the ItemModel with the given identifier. +deprecated: + removed_in: 5.0.0 + why: This module has been moved to the L(new vmware.vmware collection,https://forum.ansible.com/t/5880) + alternative: Use M(vmware.vmware.content_library_item_info) instead. options: library_id: description: