diff --git a/changelogs/fragments/11910-installp-deprecation.yml b/changelogs/fragments/11910-installp-deprecation.yml new file mode 100644 index 0000000000..01ad30319f --- /dev/null +++ b/changelogs/fragments/11910-installp-deprecation.yml @@ -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). diff --git a/meta/runtime.yml b/meta/runtime.yml index bfed8495f0..bbd4746574 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -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 diff --git a/plugins/modules/installp.py b/plugins/modules/installp.py index 8fb53b57f0..5f839dd791 100644 --- a/plugins/modules/installp.py +++ b/plugins/modules/installp.py @@ -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: