1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00

aix_*: deprecation (#11540)

* aix_*: deprecation

* add changelog frag

* update chglog

* adjustments from review

* typo

* wordsmithing from review
This commit is contained in:
Alexei Znamensky 2026-03-04 19:11:45 +13:00 committed by GitHub
parent 9b9d8eac09
commit 137f5444e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 56 additions and 0 deletions

View file

@ -13,6 +13,12 @@ module: aix_inittab
short_description: Manages the C(inittab) on AIX
description:
- Manages the C(inittab) on AIX.
deprecated:
removed_in: 15.0.0
why: The module is not actively maintained.
alternative: >-
Use C(ibm.power_aix.inittab) instead.
See U(https://ibm.github.io/ansible-power-aix/modules/inittab.html) for details.
extends_documentation_fragment:
- community.general.attributes
attributes: