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: