mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-26 21:33:12 +00:00
swupd: deprecation (#11087)
* swupd: deprecation * add changelog frag * Update changelogs/fragments/11087-deprecate-swupd.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update meta/runtime.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/swupd.py Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -11,6 +11,12 @@ from __future__ import annotations
|
||||
DOCUMENTATION = r"""
|
||||
module: swupd
|
||||
short_description: Manages updates and bundles in ClearLinux systems
|
||||
deprecated:
|
||||
removed_in: 15.0.0
|
||||
why: >-
|
||||
ClearLinux was made EOL in July 2025. If you think the module is still useful for another distribution,
|
||||
please L(create an issue in the community.general repository, https://github.com/ansible-collections/community.general/issues/).
|
||||
alternative: There is none.
|
||||
description:
|
||||
- Manages updates and bundles with the swupd bundle manager, which is used by the Clear Linux Project for Intel Architecture.
|
||||
author: Alberto Murillo (@albertomurillo)
|
||||
|
||||
Reference in New Issue
Block a user