mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-04 17:32:58 +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
|
|
@ -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