mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
aix_*: deprecation (#11540)
* aix_*: deprecation * add changelog frag * update chglog * adjustments from review * typo * wordsmithing from review
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user