mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-04 01:13:00 +00:00
installp: deprecate in favor of ibm.power_aix.installp (#11910)
* installp: deprecation * changelog: add installp deprecation fragment for PR 11910 * Update changelogs/fragments/11910-installp-deprecation.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
7db237aaa4
commit
e2b0d39d14
3 changed files with 12 additions and 0 deletions
2
changelogs/fragments/11910-installp-deprecation.yml
Normal file
2
changelogs/fragments/11910-installp-deprecation.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
deprecated_features:
|
||||
- installp - deprecated and scheduled for removal in community.general 15.0.0. Use ``ibm.power_aix.installp`` instead (https://github.com/ansible-collections/community.general/pull/11910).
|
||||
|
|
@ -402,6 +402,10 @@ plugin_routing:
|
|||
warning_text: Use community.general.idrac_redfish_info instead.
|
||||
idrac_server_config_profile:
|
||||
redirect: dellemc.openmanage.idrac_server_config_profile
|
||||
installp:
|
||||
deprecation:
|
||||
removal_version: 15.0.0
|
||||
warning_text: Use ibm.power_aix.installp instead. The C(ibm.power_aix) collection is actively maintained by IBM.
|
||||
jboss:
|
||||
deprecation:
|
||||
removal_version: 14.0.0
|
||||
|
|
|
|||
|
|
@ -13,6 +13,12 @@ author:
|
|||
short_description: Manage packages on AIX
|
||||
description:
|
||||
- Manage packages using 'installp' on AIX.
|
||||
deprecated:
|
||||
removed_in: 15.0.0
|
||||
why: The module is not actively maintained.
|
||||
alternative: >-
|
||||
Use C(ibm.power_aix.installp) instead.
|
||||
See U(https://ibm.github.io/ansible-power-aix/modules/installp.html) for details.
|
||||
extends_documentation_fragment:
|
||||
- community.general._attributes
|
||||
attributes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue