mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-31 09:26:20 +00:00
[PR #11070/37297f38 backport][stable-12] layman: deprecation (#11096)
layman: deprecation (#11070)
* layman: deprecation
* add changelog frag
* Update changelogs/fragments/11070-deprecate-layman.yml
---------
(cherry picked from commit 37297f38ae)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
8a7f360558
commit
2fa8179df2
3 changed files with 10 additions and 0 deletions
|
|
@ -12,6 +12,10 @@ DOCUMENTATION = r"""
|
|||
module: layman
|
||||
author: "Jakub Jirutka (@jirutka)"
|
||||
short_description: Manage Gentoo overlays
|
||||
deprecated:
|
||||
removed_in: 14.0.0
|
||||
why: Gentoo deprecated C(layman) in mid-2023.
|
||||
alternative: None.
|
||||
description:
|
||||
- Uses Layman to manage an additional repositories for the Portage package manager on Gentoo Linux. Please note that Layman
|
||||
must be installed on a managed node prior using this module.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue