mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
[PR #11540/137f5444 backport][stable-12] aix_*: deprecation (#11550)
aix_*: deprecation (#11540)
* aix_*: deprecation
* add changelog frag
* update chglog
* adjustments from review
* typo
* wordsmithing from review
(cherry picked from commit 137f5444e3)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
@@ -14,6 +14,12 @@ short_description: Configure LVM and NFS file systems for AIX
|
||||
description:
|
||||
- This module creates, removes, mount and unmount LVM and NFS file system for AIX using C(/etc/filesystems).
|
||||
- For LVM file systems is possible to resize a file system.
|
||||
deprecated:
|
||||
removed_in: 15.0.0
|
||||
why: The module is not actively maintained.
|
||||
alternative: >-
|
||||
Use C(ibm.power_aix.filesystem) instead.
|
||||
See U(https://ibm.github.io/ansible-power-aix/modules/filesystem.html) for details.
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
|
||||
Reference in New Issue
Block a user