Skip to content

Commit da2bb90

Browse files
committed
Deprecate vmware_content_library_manager
1 parent 2712c53 commit da2bb90

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
deprecated_features:
2+
- vmware_content_library_manager - the module has been deprecated and will be removed in community.vmware 7.0.0
3+
(https://github.com/ansible-collections/community.vmware/pull/2345).

meta/runtime.yml

+4
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ plugin_routing:
230230
deprecation:
231231
removal_version: 7.0.0
232232
warning_text: Use vmware.vmware.deploy_content_library_template instead.
233+
vmware_content_library_manager:
234+
deprecation:
235+
removal_version: 7.0.0
236+
warning_text: Use vmware.vmware.local_content_library and vmware.vmware.subscribed_content_library instead.
233237
vmware_host:
234238
deprecation:
235239
removal_version: 7.0.0

plugins/modules/vmware_content_library_manager.py

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
DOCUMENTATION = r'''
1414
---
1515
module: vmware_content_library_manager
16+
deprecated:
17+
removed_in: 7.0.0
18+
why: This module has been moved to the L(new vmware.vmware collection,https://forum.ansible.com/t/5880)
19+
alternative: Use M(vmware.vmware.local_content_library) and M(vmware.vmware.subscribed_content_library) instead.
1620
short_description: Create, update and delete VMware content library
1721
description:
1822
- Module to manage VMware content Library

0 commit comments

Comments
 (0)