From e2b0d39d1407021a911cf0a1503ed49f64c6efb7 Mon Sep 17 00:00:00 2001 From: Alexei Znamensky <103110+russoz@users.noreply.github.com> Date: Thu, 23 Apr 2026 19:55:54 +1200 Subject: [PATCH] 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 --------- Co-authored-by: Felix Fontein --- changelogs/fragments/11910-installp-deprecation.yml | 2 ++ meta/runtime.yml | 4 ++++ plugins/modules/installp.py | 6 ++++++ 3 files changed, 12 insertions(+) create mode 100644 changelogs/fragments/11910-installp-deprecation.yml 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: