From 6631be0ea206f59f8152f3c61fae95a43165875d Mon Sep 17 00:00:00 2001 From: Robert Sander Date: Wed, 10 Jun 2026 08:58:33 +0200 Subject: [PATCH] adds remark about adding gfs2 to 13.1.0 --- changelogs/fragments/filesystem-gfs2.yaml | 5 ----- plugins/modules/filesystem.py | 1 + 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 changelogs/fragments/filesystem-gfs2.yaml diff --git a/changelogs/fragments/filesystem-gfs2.yaml b/changelogs/fragments/filesystem-gfs2.yaml deleted file mode 100644 index 404233fa38..0000000000 --- a/changelogs/fragments/filesystem-gfs2.yaml +++ /dev/null @@ -1,5 +0,0 @@ -# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt) -# SPDX-License-Identifier: GPL-3.0-or-later - -minor_changes: - - filesystem - adds GFS2 support (https://github.com/ansible-collections/community.general/pull/12218) diff --git a/plugins/modules/filesystem.py b/plugins/modules/filesystem.py index d5692cf8de..ebe07fd31d 100644 --- a/plugins/modules/filesystem.py +++ b/plugins/modules/filesystem.py @@ -40,6 +40,7 @@ options: - Filesystem type to be created. This option is required with O(state=present) (or if O(state) is omitted). - V(ufs) support has been added in community.general 3.4.0. - V(bcachefs) support has been added in community.general 8.6.0. + . V(gfs2) support has been added in community.general 13.1.0. type: str aliases: [type] dev: